/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 95 Status RenameFile(const string& src, const string& target, in RenameFile() function
|
D | file_system.h | 331 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
|
D | ram_file_system.h | 230 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
|
D | env.h | 335 Status RenameFile(const std::string& src, const std::string& target, in RenameFile() function
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOPosix.cpp | 127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
|
D | FuzzerIOWindows.cpp | 234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerIOPosix.cpp | 127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
|
D | FuzzerIOWindows.cpp | 234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 196 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | asset_manager_filesystem.cc | 281 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t, in RenameFile() function in tensorflow::AssetManagerFileSystem
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 290 TEST_F(S3FileSystemTest, RenameFile) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 169 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
|
D | hadoop_file_system.cc | 552 Status HadoopFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::HadoopFileSystem
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/ |
D | hadoop_filesystem_test.cc | 260 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/ |
D | posix_filesystem.cc | 298 static void RenameFile(const TF_Filesystem* filesystem, const char* src, in RenameFile() function
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.cc | 380 Status PosixFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::PosixFileSystem
|
/external/tensorflow/tensorflow/c/experimental/filesystem/ |
D | modular_filesystem.cc | 346 Status ModularFileSystem::RenameFile(const std::string& src, in RenameFile() function in tensorflow::ModularFileSystem
|
/external/icing/icing/legacy/index/ |
D | icing-filesystem.cc | 478 bool IcingFilesystem::RenameFile(const char *old_name, in RenameFile() function in icing::lib::IcingFilesystem
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem_test.cc | 455 TEST_F(S3FilesystemTest, RenameFile) { in TEST_F() argument
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem_test.cc | 497 TEST_F(GCSFilesystemTest, RenameFile) { in TEST_F() argument
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 576 Status WindowsFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::WindowsFileSystem
|
/external/icing/icing/file/ |
D | filesystem.cc | 619 bool Filesystem::RenameFile(const char* old_name, const char* new_name) const { in RenameFile() function in icing::lib::Filesystem
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 43 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
|