Home
last modified time | relevance | path

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

/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
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()
Dopen.c269 const char *to_path, in apr_file_rename()
/external/rust/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
/external/google-breakpad/src/common/tests/
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()
/external/cronet/net/disk_cache/
Dcache_util_win.cc16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
Dcache_util_posix.cc15 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
Ddisk_cache.cc592 const base::FilePath& to_path, in ReplaceFile()
/external/cronet/base/files/
Dfile_util_win.cc134 const FilePath& to_path, in DoCopyFile()
171 const FilePath& to_path, in DoCopyDirectory()
470 const FilePath& to_path, in ReplaceFile()
511 const FilePath& to_path, in CopyDirectory()
517 const FilePath& to_path, in CopyDirectoryExcl()
1106 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile()
1221 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe()
1256 const FilePath& to_path) { in CopyAndDeleteDirectory()
Dfile_util_posix.cc136 const FilePath& to_path, in DoCopyDirectory()
391 const FilePath& to_path, in ReplaceFile()
402 const FilePath& to_path, in CopyDirectory()
408 const FilePath& to_path, in CopyDirectoryExcl()
1211 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile()
1281 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe()
Dfile_util.cc168 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move()
/external/rust/crates/tokio/tests/
Dfs_copy.rs27 let to_path = dir.path().join("bar.txt"); in copy_permissions() localVariable
/external/libchrome/base/files/
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()
Dfile_util.cc46 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move()
/external/rust/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
/external/autotest/client/cros/faft/utils/
Dos_interface.py150 def copy_file(self, from_path, to_path): argument
155 def copy_dir(self, from_path, to_path): argument
/external/rust/crates/protobuf-codegen/2.27.1/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
/external/rust/crates/protobuf-parse/src/
Dproto_path.rs116 pub fn to_path(&self) -> &Path { in to_path() method
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc276 char from_path[PATH_MAX], to_path[PATH_MAX]; in CopyProcFiles() local
/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
Dopen.c162 APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path, const char *to_path, in apr_file_rename()
/external/rust/crates/fs-err/src/
Derrors.rs136 to_path: PathBuf, field
/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
Dopen.c589 const char *to_path) in apr_file_link()
/external/rust/crates/bstr/src/
Dext_slice.rs566 fn to_path(&self) -> Result<&Path, Utf8Error> { in to_path() method