Home
last modified time | relevance | path

Searched defs:RenameFile (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h95 Status RenameFile(const string& src, const string& target, in RenameFile() function
Dfile_system.h331 virtual tensorflow::Status RenameFile(const std::string& src, in RenameFile() function
336 virtual tensorflow::Status RenameFile(const std::string& src, in RenameFile() function
650 tensorflow::Status RenameFile(const std::string& src, in RenameFile() function
Dram_file_system.h230 Status RenameFile(const string& src, const string& target, in RenameFile() function
Dretrying_file_system.h125 Status RenameFile(const string& src, const string& target, in RenameFile() function
Denv.h335 Status RenameFile(const std::string& src, const std::string& target, in RenameFile() function
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
DFuzzerIOWindows.cpp234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
DFuzzerIOWindows.cpp234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc196 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc290 TEST_F(S3FileSystemTest, RenameFile) { in TEST_F() argument
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc281 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t, in RenameFile() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system_test.cc169 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
Dhadoop_file_system.cc552 Status HadoopFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::HadoopFileSystem
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem_test.cc260 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc346 Status ModularFileSystem::RenameFile(const std::string& src, in RenameFile() function in tensorflow::ModularFileSystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc298 static void RenameFile(const TF_Filesystem* filesystem, const char* src, in RenameFile() function
/external/tensorflow/tensorflow/core/platform/default/
Dposix_file_system.cc380 Status PosixFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::PosixFileSystem
/external/icing/icing/legacy/index/
Dicing-filesystem.cc478 bool IcingFilesystem::RenameFile(const char *old_name, in RenameFile() function in icing::lib::IcingFilesystem
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem_test.cc455 TEST_F(S3FilesystemTest, RenameFile) { in TEST_F() argument
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem_test.cc497 TEST_F(GCSFilesystemTest, RenameFile) { in TEST_F() argument
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc576 Status WindowsFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::WindowsFileSystem
/external/icing/icing/file/
Dfilesystem.cc619 bool Filesystem::RenameFile(const char* old_name, const char* new_name) const { in RenameFile() function in icing::lib::Filesystem
/external/clang/include/clang/Lex/
DPPCallbacks.h43 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator

12