/external/icing/icing/legacy/index/ |
D | icing-mock-filesystem.h | 132 ON_CALL(*this, RenameFile) in IcingMockFilesystem() 134 return real_icing_filesystem_.RenameFile(old_name, new_name); in IcingMockFilesystem() 221 MOCK_METHOD(bool, RenameFile, (const char *old_name, const char *new_name),
|
D | icing-filesystem.cc | 478 bool IcingFilesystem::RenameFile(const char *old_name, in RenameFile() function in icing::lib::IcingFilesystem 502 if (!RenameFile(one, tmp_cstr)) { in SwapFiles() 505 if (!RenameFile(two, one)) { in SwapFiles() 508 if (!RenameFile(tmp_cstr, two)) { in SwapFiles()
|
D | icing-filesystem.h | 180 virtual bool RenameFile(const char *old_name, const char *new_name) const;
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.h | 331 virtual tensorflow::Status RenameFile(const std::string& src, in RenameFile() function 333 return RenameFile(src, target, nullptr); in RenameFile() 336 virtual tensorflow::Status RenameFile(const std::string& src, in RenameFile() function 543 using FileSystem::RenameFile; \ 650 tensorflow::Status RenameFile(const std::string& src, in RenameFile() function 653 return fs_->RenameFile(src, target, (token ? token : token_)); in RenameFile()
|
D | null_file_system.h | 95 Status RenameFile(const string& src, const string& target, in RenameFile() function
|
D | retrying_file_system.h | 125 Status RenameFile(const string& src, const string& target, in RenameFile() function 129 return base_file_system_->RenameFile(src, target, token); in RenameFile()
|
/external/icing/icing/file/ |
D | mock-filesystem.h | 191 ON_CALL(*this, RenameFile) in MockFilesystem() 193 return real_filesystem_.RenameFile(old_name, new_name); in MockFilesystem() 316 MOCK_METHOD(bool, RenameFile, (const char* old_name, const char* new_name),
|
D | filesystem.cc | 619 bool Filesystem::RenameFile(const char* old_name, const char* new_name) const { in RenameFile() function in icing::lib::Filesystem 642 if (!RenameFile(one, tmp_cstr)) { in SwapFiles() 645 if (!RenameFile(two, one)) { in SwapFiles() 648 if (!RenameFile(tmp_cstr, two)) { in SwapFiles()
|
D | filesystem.h | 198 virtual bool RenameFile(const char* old_name, const char* new_name) const;
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 290 TEST_F(S3FileSystemTest, RenameFile) { in TEST_F() argument 294 TF_EXPECT_OK(s3fs.RenameFile(fname1, fname2)); in TEST_F() 308 TF_EXPECT_OK(s3fs.RenameFile(fname1, fname2)); in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 169 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument 173 TF_EXPECT_OK(hdfs.RenameFile(fname1, fname2)); in TEST_F() 187 TF_EXPECT_OK(hdfs.RenameFile(fname1, fname2)); in TEST_F()
|
D | hadoop_file_system.h | 71 Status RenameFile(const string& src, const string& target,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 116 if (!RenameFile(tmp_path.data(), path.data(), &err)) { in CovUpdateMapping()
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.h | 72 Status RenameFile(const string& s, const string& t,
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.h | 66 Status RenameFile(const string& src, const string& target,
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.h | 75 Status RenameFile(const string& src, const string& target,
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/ |
D | hadoop_filesystem.h | 81 void RenameFile(const TF_Filesystem* filesystem, const char* src,
|
D | hadoop_filesystem_test.cc | 260 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument 266 tf_hadoop_filesystem::RenameFile(filesystem_, src.c_str(), dst.c_str(), in TEST_F() 285 tf_hadoop_filesystem::RenameFile(filesystem_, src.c_str(), dst.c_str(), in TEST_F()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerIO.h | 101 void RenameFile(const std::string &OldPath, const std::string &NewPath);
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIO.h | 101 void RenameFile(const std::string &OldPath, const std::string &NewPath);
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.h | 87 Status RenameFile(const string& s, const string& t,
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem.h | 97 void RenameFile(const TF_Filesystem* filesystem, const char* src,
|
D | s3_filesystem_test.cc | 455 TEST_F(S3FilesystemTest, RenameFile) { in TEST_F() argument 461 tf_s3_filesystem::RenameFile(filesystem_, src.c_str(), dst.c_str(), status_); in TEST_F() 479 tf_s3_filesystem::RenameFile(filesystem_, src.c_str(), dst.c_str(), status_); in TEST_F()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem.h | 106 void RenameFile(const TF_Filesystem* filesystem, const char* src,
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem_test.cc | 807 status = env_->RenameFile(filepath, new_filepath); in TEST_P() 830 status = env_->RenameFile(filepath, new_filepath); in TEST_P() 843 Status status = env_->RenameFile(filepath, new_filepath); in TEST_P() 855 status = env_->RenameFile(filepath, new_filepath); in TEST_P() 865 status = env_->RenameFile(dirpath, new_filepath); in TEST_P() 880 status = env_->RenameFile(filepath, dirpath); in TEST_P() 893 status = env_->RenameFile(old_filepath, new_filepath); in TEST_P() 911 status = env_->RenameFile(old_filepath, new_filepath); in TEST_P() 931 status = env_->RenameFile(filepath, new_filepath); in TEST_P()
|