Searched defs:old_file_path (Results 1 – 1 of 1) sorted by relevance
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 2063 def rename(self, old_file_path, new_file_path, force_replace=False): argument 2141 def _handle_posix_dir_link_errors(self, new_file_path, old_file_path, argument 2157 old_file_path, old_object, ends_with_sep): argument 2197 def _rename_same_object(self, new_file_path, old_file_path): argument
|