Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1362 return self.isfile(self._path_without_trailing_separators(path))
1736 path_str = self._path_without_trailing_separators(path_str)
2204 source_path_str = self._path_without_trailing_separators(source_path_str)
2250 source_path_str = self._path_without_trailing_separators(source_path_str)
2447 self._path_without_trailing_separators(link_path),
2623 dir_name = self._path_without_trailing_separators(dir_name)
2656 def _path_without_trailing_separators(self, path: AnyStr) -> AnyStr: member in FakeFilesystem