Searched defs:from_path (Results 1 – 9 of 9) sorted by relevance
/external/libmtp/examples/ |
D | getfile.c | 40 getfile_function(char * from_path,char * to_path) in getfile_function()
|
D | sendfile.c | 47 int sendfile_function(char * from_path, char *to_path) in sendfile_function()
|
D | sendtr.c | 185 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *p… in sendtrack_function()
|
/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() 1008 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() 1035 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/google-breakpad/src/common/tests/ |
D | file_utils.cc | 44 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile()
|
/external/autotest/client/cros/faft/utils/ |
D | os_interface.py | 175 def copy_file(self, from_path, to_path): argument 180 def copy_dir(self, from_path, to_path): argument
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 257 char from_path[PATH_MAX], to_path[PATH_MAX]; in CopyProcFiles() local
|
/external/toolchain-utils/automation/common/ |
D | command.py | 188 def RemoteCopyFrom(from_machine, from_path, to_path, username=None): argument
|