Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2088 ends_with_sep = self.ends_with_path_separator(old_file_path)
2093 if ends_with_sep:
2099 new_file_path, old_file_path, ends_with_sep)
2104 old_object, ends_with_sep)
2142 ends_with_sep): argument
2148 if ends_with_sep and self.is_macos:
2150 error = errno.ENOTDIR if ends_with_sep else errno.EISDIR
2152 if (ends_with_sep and self.islink(old_file_path) and
2157 old_file_path, old_object, ends_with_sep): argument
2160 if not S_ISLNK(new_object.st_mode) and ends_with_sep:
[all …]