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 78 char **ret_path)
109 *ret_path = cp;
129 char *ret_path = 0; local
144 scan_dir(current->name, device, &new_list, &ret_path);
147 if (ret_path)
160 return ret_path;
  /external/libusb_aah/libusb/os/
windows_usb.c 172 char* ret_path = NULL; local
188 if ((ret_path = (char*)calloc(size, 1)) == NULL)
191 safe_strcpy(&ret_path[add_root], size-add_root, path);
195 ret_path[j] = root_prefix[j];
199 ret_path[j] = (char)toupper((int)ret_path[j]); // Fix case too
200 if (ret_path[j] == '\\')
201 ret_path[j] = '#';
204 return ret_path;
    [all...]

Completed in 54 milliseconds