Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h90 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
Denv.cc274 Status Env::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::Env
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h110 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
Dretrying_file_system_test.cc157 Status RenameFile(const string& src, const string& target) override { in RenameFile() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem
Dgcs_file_system.cc1504 Status GcsFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::GcsFileSystem
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i127 void RenameFile(const string& src, const string& target, bool overwrite, in RenameFile() function
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system_test.cc171 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
Dhadoop_file_system.cc487 Status HadoopFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::HadoopFileSystem
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc201 TEST_F(S3FileSystemTest, RenameFile) { in TEST_F() argument
Ds3_file_system.cc584 Status S3FileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::S3FileSystem
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.cc268 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t) { in RenameFile() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.cc284 Status IGFS::RenameFile(const string &src, const string &dst) { in RenameFile() function in tensorflow::IGFS
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc184 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.cc307 Status PosixFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::PosixFileSystem
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
Dsanitizer_win.cc623 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc488 Status WindowsFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::WindowsFileSystem
/external/clang/include/clang/Lex/
DPPCallbacks.h43 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator