/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 90 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
|
D | env.cc | 274 Status Env::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::Env
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | retrying_file_system.h | 110 Status RenameFile(const string& src, const string& target) override { in RenameFile() function
|
D | retrying_file_system_test.cc | 157 Status RenameFile(const string& src, const string& target) override { in RenameFile() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem
|
D | gcs_file_system.cc | 1504 Status GcsFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::GcsFileSystem
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.i | 127 void RenameFile(const string& src, const string& target, bool overwrite, in RenameFile() function
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system_test.cc | 171 TEST_F(HadoopFileSystemTest, RenameFile) { in TEST_F() argument
|
D | hadoop_file_system.cc | 487 Status HadoopFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::HadoopFileSystem
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system_test.cc | 201 TEST_F(S3FileSystemTest, RenameFile) { in TEST_F() argument
|
D | s3_file_system.cc | 584 Status S3FileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::S3FileSystem
|
/external/tensorflow/tensorflow/contrib/android/ |
D | asset_manager_filesystem.cc | 268 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t) { in RenameFile() function in tensorflow::AssetManagerFileSystem
|
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs.cc | 284 Status IGFS::RenameFile(const string &src, const string &dst) { in RenameFile() function in tensorflow::IGFS
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 184 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | posix_file_system.cc | 307 Status PosixFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::PosixFileSystem
|
/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
|
D | sanitizer_win.cc | 623 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 488 Status WindowsFileSystem::RenameFile(const string& src, const string& target) { in RenameFile() function in tensorflow::WindowsFileSystem
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 43 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
|