Searched refs:ends_with_path_separator (Results 1 – 3 of 3) sorted by relevance
698 if self.ends_with_path_separator(entry_path):1346 def ends_with_path_separator(self, path: Union[int, AnyPath]) -> bool: member in FakeFilesystem1360 if not self.ends_with_path_separator(path):1814 ends_with_sep = self.ends_with_path_separator(old_path)2437 if self.ends_with_path_separator(link_path):2510 if self.ends_with_path_separator(old_path_str):2514 if not self.is_windows_fs and self.ends_with_path_separator(new_path):2591 if self.ends_with_path_separator(link_path):2622 ends_with_sep = self.ends_with_path_separator(dir_name)2657 while self.ends_with_path_separator(path):[all …]
291 if self.filesystem.ends_with_path_separator(target_path):
158 self.filesystem.ends_with_path_separator(path)