Home
last modified time | relevance | path

Searched defs:new_file_path (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cpp35 /*out*/char *new_file_path, in GetPathAssumingFileIsRelativeToExec()
51 /*out*/char *new_file_path, in FindFile()
72 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc34 /*out*/char *new_file_path, in GetPathAssumingFileIsRelativeToExec()
55 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile() local
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2063 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
2156 def _rename_to_existing_path(self, force_replace, new_file_path, argument
2182 new_file_path, new_object, argument
2197 def _rename_same_object(self, new_file_path, old_file_path): argument