Home
last modified time | relevance | path

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

/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/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/google-breakpad/src/common/tests/
Dfile_utils.cc44 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile()
/external/autotest/client/cros/faft/utils/
Dos_interface.py162 def copy_file(self, from_path, to_path): argument
167 def copy_dir(self, from_path, to_path): argument
/external/rust/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
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc264 char from_path[PATH_MAX], to_path[PATH_MAX]; in CopyProcFiles() local
/external/rust/crates/bstr/src/
Dext_slice.rs534 fn to_path(&self) -> Result<&Path, Utf8Error> { in to_path() method