Home
last modified time | relevance | path

Searched defs:RenameFile (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfile_system.h331 virtual tensorflow::Status RenameFile(const std::string& src, in RenameFile() function
336 virtual tensorflow::Status RenameFile(const std::string& src, in RenameFile() function
682 tensorflow::Status RenameFile(const std::string& src, in RenameFile() function
H A Dnull_file_system.h95 Status RenameFile(const string& src, const string& target, in RenameFile() function
H A Dretrying_file_system.h125 Status RenameFile(const string& src, const string& target, in RenameFile() function
H A Dram_file_system.h302 Status RenameFile(const std::string& src_, const std::string& target_, in RenameFile() function
H A Denv.h357 Status RenameFile(const std::string& src, const std::string& target, in RenameFile() function
/aosp_15_r20/external/pigweed/pw_transfer/
H A Datomic_file_transfer_handler.cc63 pw::Status RenameFile(std::string_view input_target, in RenameFile() function
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Dfile_posix.cc151 Status RenameFile(absl::string_view from, absl::string_view to) { in RenameFile() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dfiles.cc57 bool RenameFile(const std::string& from, const std::string& to) { in RenameFile() function
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp126 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
DFuzzerIOWindows.cpp233 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() function
/aosp_15_r20/external/leveldb/include/leveldb/
H A Denv.h377 Status RenameFile(const std::string& s, const std::string& t) override { in RenameFile() function
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dfile_descriptor_filesystem.cc253 Status FileDescriptorFileSystem::RenameFile(const string& s, const string& t) { in RenameFile() function in tensorflow::fcp::FileDescriptorFileSystem
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelOperations.cpp478 void CPanel::RenameFile() in RenameFile() function in CPanel
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system.cc196 Status MemmappedFileSystem::RenameFile(const string& filename_from, in RenameFile() function in tensorflow::MemmappedFileSystem
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/inference_interface/
H A Dasset_manager_filesystem.cc281 Status AssetManagerFileSystem::RenameFile(const string& s, const string& t, in RenameFile() function in tensorflow::AssetManagerFileSystem
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DCanonicalUtils.cpp588 void RenameFile(const std::string& existingName, in RenameFile() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
/aosp_15_r20/external/leveldb/helpers/memenv/
H A Dmemenv.cc345 Status RenameFile(const std::string& src, in RenameFile() function in leveldb::__anonb39ece290111::InMemoryEnv
/aosp_15_r20/external/android-nn-driver/
H A DUtils.cpp710 void RenameFile(const std::string& existingName, in RenameFile() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3104 type RenameFile struct { struct
3109 Kind string `json:"kind"` // 'rename'
3114 OldURI DocumentURI `json:"oldUri"`
3119 NewURI DocumentURI `json:"newUri"`
3124 Options *RenameFileOptions `json:"options,omitempty"`
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go3104 type RenameFile struct { struct
3109 Kind string `json:"kind"` // 'rename'
3114 OldURI DocumentURI `json:"oldUri"`
3119 NewURI DocumentURI `json:"newUri"`
3124 Options *RenameFileOptions `json:"options,omitempty"`
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3104 type RenameFile struct { struct
3109 Kind string `json:"kind"` // 'rename'
3114 OldURI DocumentURI `json:"oldUri"`
3119 NewURI DocumentURI `json:"newUri"`
3124 Options *RenameFileOptions `json:"options,omitempty"`
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
H A Dposix_filesystem.cc298 static void RenameFile(const TF_Filesystem* filesystem, const char* src, in RenameFile() function
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dposix_file_system.cc381 Status PosixFileSystem::RenameFile(const string& src, const string& target, in RenameFile() function in tensorflow::PosixFileSystem
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem.cc346 Status ModularFileSystem::RenameFile(const std::string& src, in RenameFile() function in tensorflow::ModularFileSystem

12