Home
last modified time | relevance | path

Searched refs:RenameFile (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system_test.cc201 TEST_F(S3FileSystemTest, RenameFile) { in TEST_F() argument
205 TF_EXPECT_OK(s3fs.RenameFile(fname1, fname2)); in TEST_F()
219 TF_EXPECT_OK(s3fs.RenameFile(fname1, fname2)); in TEST_F()
Ds3_file_system.h60 Status RenameFile(const string& src, const string& target) override;
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system_test.cc171 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
175 TF_EXPECT_OK(hdfs.RenameFile(fname1, fname2)); in TEST_F()
189 TF_EXPECT_OK(hdfs.RenameFile(fname1, fname2)); in TEST_F()
Dhadoop_file_system.h63 Status RenameFile(const string& src, const string& target) override;
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i127 void RenameFile(const string& src, const string& target, bool overwrite, in RenameFile() function
134 tensorflow::Status status = tensorflow::Env::Default()->RenameFile(src, in RenameFile()
265 void RenameFile(const string& oldname, const string& newname, bool overwrite,
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.h46 Status RenameFile(const string& src, const string& target) override;
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system.h110 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
113 return base_file_system_->RenameFile(src, target); in RenameFile()
Dretrying_file_system_test.cc157 Status RenameFile(const string& src, const string& target) override { in RenameFile() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem
640 TF_EXPECT_OK(fs.RenameFile("old_name", "new_name")); in TEST()
650 const auto& status = fs.RenameFile("old_name", "new_name"); in TEST()
Dgcs_file_system.h131 Status RenameFile(const string& src, const string& target) override;
Dgcs_file_system_test.cc2116 TF_EXPECT_OK(fs.RenameFile("gs://bucket/path1", "gs://bucket/path2/")); in TEST()
2221 fs.RenameFile("gs://bucket/path/src.txt", "gs://bucket/path/dst.txt")); in TEST()
2295 fs.RenameFile("gs://bucket/path/src.txt", "gs://bucket/path/dst.txt")); in TEST()
2357 fs.RenameFile("gs://bucket/path/src.txt", "gs://bucket/path/dst.txt")); in TEST()
2400 fs.RenameFile("gs://bucket/path/src.txt", "gs://bucket/path/dst.txt") in TEST()
/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.h67 Status RenameFile(const string& s, const string& t) override;
Dasset_manager_filesystem.cc268 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t) { in RenameFile() function in tensorflow::AssetManagerFileSystem
/external/tensorflow/tensorflow/core/platform/
Dnull_file_system.h90 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
Dfile_system.h201 virtual Status RenameFile(const string& src, const string& target) = 0;
Denv.cc274 Status Env::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::Env
283 return src_fs->RenameFile(src, target); in RenameFile()
Denv.h229 Status RenameFile(const string& src, const string& target);
/external/tensorflow/tensorflow/core/platform/posix/
Dposix_file_system.h61 Status RenameFile(const string& src, const string& target) override;
Dposix_file_system.cc307 Status PosixFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::PosixFileSystem
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.h64 Status RenameFile(const string& src, const string& target) override;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc116 if (!RenameFile(tmp_path.data(), path.data(), &err)) { in CovUpdateMapping()
Dsanitizer_posix.cc245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.h93 Status RenameFile(const string& s, const string& t) override;
Dtensor_slice_writer.cc118 s = Env::Default()->RenameFile(tmpname_, filename_); in Finish()
Dmemmapped_file_system.cc184 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc497 status_ = Env::Default()->RenameFile(tmp_data_path_, in Finish()
537 Env::Default()->RenameFile(tmp_metadata_path_, MetaFilename(prefix_)); in Finish()
680 TF_RETURN_IF_ERROR(env->RenameFile( in MergeBundles()

12