OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_getvar
(Results
1 - 3
of
3
) sorted by null
/system/core/fastboot/
fastboot.h
47
int
fb_getvar
(struct usb_handle *usb, char *response, const char *fmt, ...);
engine.c
113
int
fb_getvar
(struct usb_handle *usb, char *response, const char *fmt, ...)
function
160
status =
fb_getvar
(usb, response, "partition-type:%s", partition);
310
status =
fb_getvar
(usb, response, "partition-type:%s", partition);
342
status =
fb_getvar
(usb, response, "partition-size:%s", partition);
fastboot.c
573
int status =
fb_getvar
(usb, response, "max-download-size");
Completed in 217 milliseconds