OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ret_path
(Results
1 - 4
of
4
) 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
;
extent.c
564
ext2_extent_path_t *
ret_path
)
588
*
ret_path
= save_path;
[
all
...]
/external/wpa_supplicant_8/src/wps/
http_client.c
194
char **
ret_path
)
236
*
ret_path
= path;
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c
189
char*
ret_path
= NULL;
local
205
if ((
ret_path
= (char*) calloc(size, 1)) == NULL)
208
safe_strcpy(&
ret_path
[add_root], size-add_root, path);
212
ret_path
[j] = root_prefix[j];
216
ret_path
[j] = (char)toupper((int)
ret_path
[j]); // Fix case too
217
if (
ret_path
[j] == '\\')
218
ret_path
[j] = '#';
221
return
ret_path
;
[
all
...]
Completed in 85 milliseconds