Home
last modified time | relevance | path

Searched refs:working_path (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcurl_path.c41 char *working_path; in Curl_getworkingpath() local
44 Curl_urldecode(data, data->state.up.path, 0, &working_path, in Curl_getworkingpath()
53 free(working_path); in Curl_getworkingpath()
56 if((working_path_len > 3) && (!memcmp(working_path, "/~/", 3))) in Curl_getworkingpath()
58 memcpy(real_path, working_path + 3, working_path_len - 2); in Curl_getworkingpath()
60 memcpy(real_path, working_path, 1 + working_path_len); in Curl_getworkingpath()
63 if((working_path_len > 1) && (working_path[1] == '~')) { in Curl_getworkingpath()
67 free(working_path); in Curl_getworkingpath()
76 memcpy(real_path + homelen + 1, working_path + 3, in Curl_getworkingpath()
83 free(working_path); in Curl_getworkingpath()
[all …]
/external/rootdev/
Drootdev.c96 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/zstd/tests/
DDEPRECATED-test-zstd-speed.py30 working_path = os.getcwd() + '/' + working_dir_name # /path/to/zstd/tests/speedTest variable
31 clone_path = working_path + '/' + 'zstd' # /path/to/zstd/tests/speedTest/zstd
80 logFileName = working_path + '/' + 'tmpEmailContent'
195 commitFileName = working_path + "/commit_" + branch.replace("/", "_") + ".txt"
227 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt"
238 …resultsFileName = working_path + "/" + dictName.replace(".", "_") + "_" + branch.replace("/", "_")…
240 …resultsFileName = working_path + "/results_" + branch.replace("/", "_") + "_" + fileName.replace("…
245 …resultsFileName = working_path + "/results32_" + branch.replace("/", "_") + "_" + fileName.replace…
250 …resultsFileName = working_path + "/resultsClang_" + branch.replace("/", "_") + "_" + fileName.repl…
307 print("working_path=%s" % working_path)
[all …]
/external/lz4/tests/
Dtest-lz4-speed.py27 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/
Dwidget.c4228 working_path[MagickPathExtent]; in XFileBrowserWidget() local
4299 (void) CopyMagickString(working_path,home_directory,MagickPathExtent); in XFileBrowserWidget()
4300 filelist=ListFiles(working_path,glob_pattern,&files); in XFileBrowserWidget()
4306 XNoticeWidget(display,windows,"Unable to read directory:",working_path); in XFileBrowserWidget()
4527 (void) CopyMagickString(text_info.text,working_path,MagickPathExtent); in XFileBrowserWidget()
4566 checklist=ListFiles(working_path,glob_pattern,&number_files); in XFileBrowserWidget()
4606 (void) CopyMagickString(text_info.text,working_path,MagickPathExtent); in XFileBrowserWidget()
4798 (void) ConcatenateMagickString(working_path,DirectorySeparator, in XFileBrowserWidget()
4800 (void) ConcatenateMagickString(working_path,reply_info.text, in XFileBrowserWidget()
4930 ChopPathComponents(working_path,1); in XFileBrowserWidget()
[all …]