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

  /external/e2fsprogs/lib/ext2fs/
finddev.c 83 char **ret_path)
114 *ret_path = cp;
134 char *ret_path = 0; local
150 scan_dir(current->name, device, &new_list, &ret_path);
153 if (ret_path)
169 return ret_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 68 milliseconds