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

  /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/curl/lib/
ssh.c 418 char *working_path; local
421 working_path = curl_easy_unescape(data, data->state.path, 0,
423 if(!working_path)
430 free(working_path);
433 if((working_path_len > 3) && (!memcmp(working_path, "/~/", 3)))
435 memcpy(real_path, working_path+3, 4 + working_path_len-3);
437 memcpy(real_path, working_path, 1 + working_path_len);
440 if((working_path_len > 1) && (working_path[1] == '~')) {
444 free(working_path);
453 memcpy(real_path+homelen+1, working_path + 3
    [all...]
  /external/ImageMagick/MagickCore/
widget.c 4225 working_path[MagickPathExtent]; local
    [all...]

Completed in 64 milliseconds