HomeSort by relevance Sort by last modified time
    Searched refs:working_path (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
curl_path.c 39 char *working_path; local
42 Curl_urldecode(data, data->state.path, 0, &working_path,
51 free(working_path);
54 if((working_path_len > 3) && (!memcmp(working_path, "/~/", 3)))
56 memcpy(real_path, working_path + 3, 4 + working_path_len-3);
58 memcpy(real_path, working_path, 1 + working_path_len);
61 if((working_path_len > 1) && (working_path[1] == '~')) {
65 free(working_path);
74 memcpy(real_path + homelen + 1, working_path + 3,
81 free(working_path);
    [all...]
  /external/rootdev/
rootdev.c 96 char *working_path = NULL; local
125 working_path = malloc(working_path_size);
126 if (!working_path) {
136 free(working_path);
161 path_len = snprintf(working_path, working_path_size, "%s/%s/dev",
167 found_devt = devt_from_file(working_path);
182 sprintf(working_path, "%s/%s", basedir, entry->d_name);
183 found = match_sysfs_device(name, name_len, working_path, dev, depth + 1);
189 free(working_path);
  /external/lz4/tests/
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(".", "_") + ".txt"
227 resultsFileName = working_path + "/results32_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt"
232 resultsFileName = working_path + "/resultsClang_" + branch.replace("/", "_") + "_" + fileName.replace(".", "_") + ".txt"
281 print("working_path=%s" % working_path)
    [all...]
  /external/ImageMagick/MagickCore/
widget.c 4225 working_path[MagickPathExtent]; local
    [all...]

Completed in 615 milliseconds