| /external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
| D | copy.c | 20 static apr_status_t apr_file_transfer_contents(const char *from_path, in apr_file_transfer_contents() 98 APR_DECLARE(apr_status_t) apr_file_copy(const char *from_path, in apr_file_copy() 109 APR_DECLARE(apr_status_t) apr_file_append(const char *from_path, in apr_file_append()
|
| D | open.c | 268 APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path, in apr_file_rename()
|
| /external/google-breakpad/src/common/tests/ |
| 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()
|
| /external/cronet/net/disk_cache/ |
| D | cache_util_win.cc | 16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
|
| D | cache_util_posix.cc | 15 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
|
| /external/cronet/base/files/ |
| D | file_util_win.cc | 133 bool DoCopyFile(const FilePath& from_path, in DoCopyFile() 170 bool DoCopyDirectory(const FilePath& from_path, in DoCopyDirectory() 469 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() 510 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() 516 bool CopyDirectoryExcl(const FilePath& from_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() 1255 bool CopyAndDeleteDirectory(const FilePath& from_path, in CopyAndDeleteDirectory()
|
| D | file_util_posix.cc | 135 bool DoCopyDirectory(const FilePath& from_path, in DoCopyDirectory() 390 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() 401 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() 407 bool CopyDirectoryExcl(const FilePath& from_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()
|
| /external/rust/crates/walkdir/src/ |
| D | dent.rs | 230 pub(crate) fn from_path( in from_path() method 252 pub(crate) fn from_path( in from_path() method 276 pub(crate) fn from_path( in from_path() method
|
| D | error.rs | 162 pub(crate) fn from_path( in from_path() method
|
| /external/rust/crates/predicates/src/path/ |
| D | ft.rs | 25 fn from_path(path: &path::Path, follow: bool) -> io::Result<FileType> { in from_path() method 82 pub fn from_path(path: &path::Path) -> io::Result<FileTypePredicate> { in from_path() method
|
| /external/rust/crates/tokio/tests/ |
| D | fs_copy.rs | 26 let from_path = dir.path().join("foo.txt"); in copy_permissions() localVariable
|
| /external/libchrome/base/files/ |
| D | file_util_posix.cc | 180 bool DoCopyDirectory(const FilePath& from_path, in DoCopyDirectory() 384 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() 395 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() 401 bool CopyDirectoryExcl(const FilePath& from_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()
|
| D | file_util.cc | 46 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move()
|
| /external/rust/crates/same-file/src/ |
| D | unknown.rs | 21 pub fn from_path<P: AsRef<Path>>(_p: P) -> io::Result<Handle> { in from_path() method
|
| D | unix.rs | 60 pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> { in from_path() method
|
| D | win.rs | 110 pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> { in from_path() method
|
| D | lib.rs | 145 pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> { in from_path() method
|
| /external/rust/crates/darling_core/src/ |
| D | from_meta.rs | 661 fn from_path(path: &syn::Path) -> Result<Self>; in from_path() method 666 fn from_path(path: &syn::Path) -> Result<Self> { in from_path() method 676 fn from_path(path: &syn::Path) -> Result<Self> { in from_path() method 686 fn from_path(path: &syn::Path) -> Result<Self> { in from_path() method
|
| /external/autotest/client/cros/faft/utils/ |
| D | os_interface.py | 150 def copy_file(self, from_path, to_path): argument 155 def copy_dir(self, from_path, to_path): argument
|
| /external/rust/crates/protobuf-parse/src/ |
| D | proto_path.rs | 137 pub fn from_path(path: &Path) -> anyhow::Result<ProtoPathBuf> { in from_path() method
|
| /external/google-breakpad/src/common/linux/tests/ |
| D | crash_generator.cc | 276 char from_path[PATH_MAX], to_path[PATH_MAX]; in CopyProcFiles() local
|
| /external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
| D | open.c | 162 APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path, const char *to_path, in apr_file_rename()
|
| /external/googleapis/google/cloud/gkebackup/v1/ |
| D | restore.proto | 370 string from_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
| /external/rust/crates/fs-err/src/ |
| D | errors.rs | 135 from_path: PathBuf, field
|
| /external/rust/crates/csv/src/ |
| D | writer.rs | 90 pub fn from_path<P: AsRef<Path>>(&self, path: P) -> Result<Writer<File>> { in from_path() method 619 pub fn from_path<P: AsRef<Path>>(path: P) -> Result<Writer<File>> { in from_path() method
|