Home
last modified time | relevance | path

Searched defs:to_path (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/
Dcheck.rs77 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 Dfile_util_win.cc134 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 Dfile_util_posix.cc140 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 Dcopy.c21 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 Dopen.c269 const char *to_path, in apr_file_rename()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_posix.cc181 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 Dfile_util.cc46 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move()
/aosp_15_r20/external/google-breakpad/src/common/tests/
H A Dfile_utils.cc47 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 Dos_interface.py150 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/
Drust_name.rs30 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 Dcache_util_win.cc16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
H A Dcache_util_posix.cc15 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/
Dfs_copy.rs29 let to_path = dir.path().join("bar.txt"); in copy_permissions() localVariable
/aosp_15_r20/system/apex/apexd/
H A Dapexd_rollback_utils.h62 const std::string& to_path) { in ReplaceFiles()
H A Dapexd_utils.h282 auto to_path = to / from_path.filename(); in MoveDir() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dident_with_path.rs30 pub fn to_path(&self) -> RustPath { in to_path() method
Dident.rs30 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 Doutline.rs108 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/
Dproto_path.rs116 pub fn to_path(&self) -> &Path { in to_path() method
/aosp_15_r20/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.cc276 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 Dopen.c162 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/
Derrors.rs136 to_path: PathBuf, field
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Ddebug_config.rs46 fn to_path(&self) -> PathBuf { in to_path() method
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc59 const std::string& to_path) { in MoveThreadsToCgroup()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dopen.c589 const char *to_path) in apr_file_link()

12