Home
last modified time | relevance | path

Searched refs:ends_with_path_separator (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py698 if self.ends_with_path_separator(entry_path):
1346 def ends_with_path_separator(self, path: Union[int, AnyPath]) -> bool: member in FakeFilesystem
1360 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 …]
Dfake_open.py291 if self.filesystem.ends_with_path_separator(target_path):
Dfake_path.py158 self.filesystem.ends_with_path_separator(path)