OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unzip_file
(Results
1 - 1
of
1
) sorted by null
/system/core/fastboot/
fastboot.c
386
void *
unzip_file
(zipfile_t zip, const char *name, unsigned *sz)
function
428
data =
unzip_file
(zip, name, &sz);
702
data =
unzip_file
(zip, fn, &sz);
730
data =
unzip_file
(zip, "android-info.txt", &sz);
734
data =
unzip_file
(zip, "android-product.txt", &sz);
Completed in 26 milliseconds