HomeSort by relevance Sort by last modified time
    Searched defs:RenameFile (Results 1 - 25 of 26) sorted by null

1 2

  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 184 Status RetryingFileSystem::RenameFile(const string& src, const string& target) {
186 std::bind(&FileSystem::RenameFile, base_file_system_.get(), src, target),
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.cc 172 Status MemmappedFileSystem::RenameFile(const string& filename_from,
174 return errors::Unimplemented("memmapped format doesn't support RenameFile");
  /external/clang/include/clang/Lex/
PPCallbacks.h 43 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) {
sanitizer_win.cc 623 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) {
  /external/tensorflow/tensorflow/contrib/android/
asset_manager_filesystem.cc 263 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t) {
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.cc 277 Status PosixFileSystem::RenameFile(const string& src, const string& target) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PPCallbacks.h 41 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 465 Status HadoopFileSystem::RenameFile(const string& src, const string& target) {
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 472 Status WindowsFileSystem::RenameFile(const string& src, const string& target) {
  /external/tensorflow/tensorflow/core/platform/
env.cc 272 Status Env::RenameFile(const string& src, const string& target) {
281 return src_fs->RenameFile(src, target);
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.cc 581 Status S3FileSystem::RenameFile(const string& src, const string& target) {

Completed in 606 milliseconds

1 2