/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/ |
D | check.rs | 77 fn to_path(&self) -> Result<Path>; in to_path() method 82 fn to_path(&self) -> Result<Path> { in to_path() method 93 fn to_path(&self) -> Result<Path> { in to_path() method 104 fn to_path(&self) -> Result<Path> { in to_path() method
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util_win.cc | 134 const FilePath& to_path, in DoCopyFile() 171 const FilePath& to_path, in DoCopyDirectory() 471 const FilePath& to_path, in ReplaceFile() 512 const FilePath& to_path, in CopyDirectory() 518 const FilePath& to_path, in CopyDirectoryExcl() 1137 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() 1261 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe() 1296 const FilePath& to_path) { in CopyAndDeleteDirectory()
|
H A D | file_util_posix.cc | 140 const FilePath& to_path, in DoCopyDirectory() 426 const FilePath& to_path, in ReplaceFile() 437 const FilePath& to_path, in CopyDirectory() 443 const FilePath& to_path, in CopyDirectoryExcl() 1257 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() 1329 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | copy.c | 21 const char *to_path, in apr_file_transfer_contents() 99 const char *to_path, in apr_file_copy() 110 const char *to_path, in apr_file_append()
|
H A D | open.c | 269 const char *to_path, in apr_file_rename()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_util_posix.cc | 181 const FilePath& to_path, in DoCopyDirectory() 385 const FilePath& to_path, in ReplaceFile() 396 const FilePath& to_path, in CopyDirectory() 402 const FilePath& to_path, in CopyDirectoryExcl() 1009 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() 1036 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe()
|
H A D | file_util.cc | 46 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move()
|
/aosp_15_r20/external/google-breakpad/src/common/tests/ |
H A D | file_utils.cc | 47 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile() 102 bool CopyFile(const std::string& from_path, const std::string& to_path) { in CopyFile()
|
/aosp_15_r20/external/autotest/client/cros/faft/utils/ |
H A D | os_interface.py | 150 def copy_file(self, from_path, to_path): argument 155 def copy_dir(self, from_path, to_path): argument
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | rust_name.rs | 30 pub fn to_path(&self) -> RustIdentWithPath { in to_path() method 258 pub fn to_path(&self) -> RustPath { in to_path() method
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | cache_util_win.cc | 16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
|
H A D | cache_util_posix.cc | 15 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | fs_copy.rs | 29 let to_path = dir.path().join("bar.txt"); in copy_permissions() localVariable
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_rollback_utils.h | 62 const std::string& to_path) { in ReplaceFiles()
|
H A D | apexd_utils.h | 282 auto to_path = to / from_path.filename(); in MoveDir() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/ |
D | ident_with_path.rs | 30 pub fn to_path(&self) -> RustPath { in to_path() method
|
D | ident.rs | 30 pub fn to_path(&self) -> RustIdentWithPath { in to_path() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/ |
H A D | outline.rs | 108 pub fn to_path(&self, pen: &mut impl Pen) -> Result<(), ToPathError> { in to_path() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/ |
D | proto_path.rs | 116 pub fn to_path(&self) -> &Path { in to_path() method
|
/aosp_15_r20/external/google-breakpad/src/common/linux/tests/ |
H A D | crash_generator.cc | 276 char from_path[PATH_MAX], to_path[PATH_MAX]; in CopyProcFiles() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | open.c | 162 APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path, const char *to_path, in apr_file_rename()
|
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/ |
D | errors.rs | 136 to_path: PathBuf, field
|
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/ |
D | debug_config.rs | 46 fn to_path(&self) -> PathBuf { in to_path() method
|
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/ |
D | boot_state_machine.cc | 59 const std::string& to_path) { in MoveThreadsToCgroup()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | open.c | 589 const char *to_path) in apr_file_link()
|