Searched refs:working_path (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/ |
D | curl_path.c | 39 char *working_path; in Curl_getworkingpath() local 42 Curl_urldecode(data, data->state.path, 0, &working_path, in Curl_getworkingpath() 51 free(working_path); in Curl_getworkingpath() 54 if((working_path_len > 3) && (!memcmp(working_path, "/~/", 3))) in Curl_getworkingpath() 56 memcpy(real_path, working_path + 3, 4 + working_path_len-3); in Curl_getworkingpath() 58 memcpy(real_path, working_path, 1 + working_path_len); in Curl_getworkingpath() 61 if((working_path_len > 1) && (working_path[1] == '~')) { in Curl_getworkingpath() 65 free(working_path); in Curl_getworkingpath() 74 memcpy(real_path + homelen + 1, working_path + 3, in Curl_getworkingpath() 81 free(working_path); in Curl_getworkingpath() [all …]
|
/external/rootdev/ |
D | rootdev.c | 96 char *working_path = NULL; in match_sysfs_device() local 125 working_path = malloc(working_path_size); in match_sysfs_device() 126 if (!working_path) { in match_sysfs_device() 136 free(working_path); in match_sysfs_device() 161 path_len = snprintf(working_path, working_path_size, "%s/%s/dev", in match_sysfs_device() 167 found_devt = devt_from_file(working_path); in match_sysfs_device() 182 sprintf(working_path, "%s/%s", basedir, entry->d_name); in match_sysfs_device() 183 found = match_sysfs_device(name, name_len, working_path, dev, depth + 1); in match_sysfs_device() 189 free(working_path); in match_sysfs_device()
|
/external/lz4/tests/ |
D | test-lz4-speed.py | 27 working_path = os.getcwd() + '/' + working_dir_name # /path/to/lz4/tests/speedTest variable 28 clone_path = working_path + '/' + 'lz4' # /path/to/lz4/tests/speedTest/lz4 77 logFileName = working_path + '/' + 'tmpEmailContent' 184 commitFileName = working_path + "/commit_" + branch.replace("/", "_") + ".txt" 216 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt" 222 …resultsFileName = working_path + "/results_" + branch.replace("/", "_") + "_" + fileName.replace("… 227 …resultsFileName = working_path + "/results32_" + branch.replace("/", "_") + "_" + fileName.replace… 232 …resultsFileName = working_path + "/resultsClang_" + branch.replace("/", "_") + "_" + fileName.repl… 281 print("working_path=%s" % working_path) 297 if not os.path.isdir(working_path): [all …]
|
/external/ImageMagick/MagickCore/ |
D | widget.c | 4225 working_path[MagickPathExtent]; in XFileBrowserWidget() local 4296 (void) CopyMagickString(working_path,home_directory,MagickPathExtent); in XFileBrowserWidget() 4297 filelist=ListFiles(working_path,glob_pattern,&files); in XFileBrowserWidget() 4303 XNoticeWidget(display,windows,"Unable to read directory:",working_path); in XFileBrowserWidget() 4523 (void) CopyMagickString(text_info.text,working_path,MagickPathExtent); in XFileBrowserWidget() 4562 checklist=ListFiles(working_path,glob_pattern,&number_files); in XFileBrowserWidget() 4602 (void) CopyMagickString(text_info.text,working_path,MagickPathExtent); in XFileBrowserWidget() 4794 (void) ConcatenateMagickString(working_path,DirectorySeparator, in XFileBrowserWidget() 4796 (void) ConcatenateMagickString(working_path,reply_info.text, in XFileBrowserWidget() 4926 ChopPathComponents(working_path,1); in XFileBrowserWidget() [all …]
|