/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 201 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()
|
D | s3_file_system.h | 60 Status RenameFile(const string& src, const string& target) override;
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 171 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()
|
D | hadoop_file_system.h | 63 Status RenameFile(const string& src, const string& target) override;
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.i | 127 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/ |
D | igfs.h | 46 Status RenameFile(const string& src, const string& target) override;
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | retrying_file_system.h | 110 Status RenameFile(const string& src, const string& target) override { in RenameFile() function 113 return base_file_system_->RenameFile(src, target); in RenameFile()
|
D | retrying_file_system_test.cc | 157 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()
|
D | gcs_file_system.h | 131 Status RenameFile(const string& src, const string& target) override;
|
D | gcs_file_system_test.cc | 2116 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/ |
D | asset_manager_filesystem.h | 67 Status RenameFile(const string& s, const string& t) override;
|
D | asset_manager_filesystem.cc | 268 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t) { in RenameFile() function in tensorflow::AssetManagerFileSystem
|
/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 90 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
|
D | file_system.h | 201 virtual Status RenameFile(const string& src, const string& target) = 0;
|
D | env.cc | 274 Status Env::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::Env 283 return src_fs->RenameFile(src, target); in RenameFile()
|
D | env.h | 229 Status RenameFile(const string& src, const string& target);
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | posix_file_system.h | 61 Status RenameFile(const string& src, const string& target) override;
|
D | posix_file_system.cc | 307 Status PosixFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::PosixFileSystem
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.h | 64 Status RenameFile(const string& src, const string& target) override;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 116 if (!RenameFile(tmp_path.data(), path.data(), &err)) { in CovUpdateMapping()
|
D | sanitizer_posix.cc | 245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.h | 93 Status RenameFile(const string& s, const string& t) override;
|
D | tensor_slice_writer.cc | 118 s = Env::Default()->RenameFile(tmpname_, filename_); in Finish()
|
D | memmapped_file_system.cc | 184 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle.cc | 497 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()
|