Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1152 if self.ends_with_path_separator(entry_path):
1679 def ends_with_path_separator(self, file_path): member in FakeFilesystem
1693 if not self.ends_with_path_separator(path):
2088 ends_with_sep = self.ends_with_path_separator(old_file_path)
2601 if self.ends_with_path_separator(file_path):
2661 if self.ends_with_path_separator(old_path):
2665 if not self.is_windows_fs and self.ends_with_path_separator(new_path):
2712 if self.ends_with_path_separator(path):
2742 ends_with_sep = self.ends_with_path_separator(dir_name)
2776 while self.ends_with_path_separator(path):
[all …]