Searched refs:ends_with_sep (Results 1 – 1 of 1) sorted by relevance
2088 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): argument2148 if ends_with_sep and self.is_macos:2150 error = errno.ENOTDIR if ends_with_sep else errno.EISDIR2152 if (ends_with_sep and self.islink(old_file_path) and2157 old_file_path, old_object, ends_with_sep): argument2160 if not S_ISLNK(new_object.st_mode) and ends_with_sep:[all …]