OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookup_zipentry
(Results
1 - 7
of
7
) sorted by null
/system/core/include/zipfile/
zipfile.h
38
zipentry_t
lookup_zipentry
(zipfile_t file, const char* entryName);
/system/core/libzipfile/
test_zipfile.c
64
entry =
lookup_zipentry
(zip, argv[3]);
zipfile.c
43
lookup_zipentry
(zipfile_t f, const char* entryName)
function
/frameworks/base/tools/aapt/
printapk.cpp
87
entry =
lookup_zipentry
(zip, "resources.arsc");
/external/srec/srec/clib/
voc_read.c
306
ze =
lookup_zipentry
(zf, entryname);
/system/core/adb/
file_sync_client.c
360
entry =
lookup_zipentry
(zip, "AndroidManifest.xml");
/system/core/fastboot/
fastboot.c
392
entry =
lookup_zipentry
(zip, name);
Completed in 234 milliseconds