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

  /external/e2fsprogs/lib/ext2fs/
finddev.c 80 char **ret_path)
111 *ret_path = cp;
131 char *ret_path = 0; local
147 scan_dir(current->name, device, &new_list, &ret_path);
150 if (ret_path)
166 return ret_path;
extent.c 609 ext2_extent_path_t *ret_path)
633 *ret_path = save_path;
    [all...]
  /external/e2fsprogs/misc/
mk_hugefiles.c 105 static char *search_sysfs_block(dev_t devno, sysfs_path_t ret_path)
112 char *ret = ret_path;
114 ret_path[0] = 0;
128 snprintf(ret_path, SYSFS_PATH_LEN,
160 snprintf(ret_path, SYSFS_PATH_LEN, "%s/%s",
  /external/wpa_supplicant_8/src/wps/
http_client.c 188 char **ret_path)
230 *ret_path = path;
  /external/libusb/libusb/os/
windows_winusb.c 166 char *ret_path = NULL; local
182 ret_path = calloc(1, size);
183 if (ret_path == NULL)
186 safe_strcpy(&ret_path[add_root], size-add_root, path);
190 ret_path[j] = root_prefix[j];
194 ret_path[j] = (char)toupper((int)ret_path[j]); // Fix case too
195 if (ret_path[j] == '\\')
196 ret_path[j] = '#';
199 return ret_path;
    [all...]

Completed in 133 milliseconds