OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dexZipOpenArchive
(Results
1 - 2
of
2
) sorted by null
/dalvik/libdex/
ZipArchive.h
34
DEX_INLINE int
dexZipOpenArchive
(const char* fileName, ZipArchiveHandle* pArchive) {
39
* Like
dexZipOpenArchive
, but takes a file descriptor open for reading
CmdUtils.cpp
48
if (
dexZipOpenArchive
(zipFileName, &archive) != 0) {
Completed in 340 milliseconds