Searched refs:to_path (Results 1 – 6 of 6) sorted by relevance
/external/libmtp/examples/ |
D | getfile.c | 42 getfile_function(char * from_path,char * to_path) in getfile_function() argument 46 printf("Getting %s to %s\n",from_path,to_path); in getfile_function() 47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) { in getfile_function()
|
D | sendfile.c | 49 int sendfile_function(char * from_path, char *to_path) in sendfile_function() argument 51 printf("Sending %s to %s\n",from_path,to_path); in sendfile_function() 67 parent_id = parse_path (to_path,files,folders); in sendfile_function()
|
D | sendtr.c | 164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *p… in sendtrack_function() argument 176 printf("Sending track %s to %s\n",from_path,to_path); in sendtrack_function() 181 parent = dirname(strdup(to_path)); in sendtrack_function() 182 filename = basename(strdup(to_path)); in sendtrack_function()
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 257 char from_path[PATH_MAX], to_path[PATH_MAX]; in CopyProcFiles() local 264 num_chars = snprintf(to_path, PATH_MAX, "%s/%s", in CopyProcFiles() 269 if (!CopyFile(from_path, to_path)) in CopyProcFiles()
|
/external/google-breakpad/src/common/tests/ |
D | file_utils.cc | 44 bool CopyFile(const char* from_path, const char* to_path) { in CopyFile() argument 51 int outfile = HANDLE_EINTR(creat(to_path, 0666)); in CopyFile()
|
D | file_utils.h | 39 bool CopyFile(const char* from_path, const char* to_path);
|