OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inflateToBuffer
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/androidfw/
ZipUtils.h
36
static bool
inflateToBuffer
(int fd, void* buf, long uncompressedLen,
38
static bool
inflateToBuffer
(FILE* fp, void* buf, long uncompressedLen,
/frameworks/base/libs/androidfw/
ZipUtils.cpp
43
/*static*/ bool ZipUtils::
inflateToBuffer
(int fd, void* buf,
156
/*static*/ bool ZipUtils::
inflateToBuffer
(FILE* fp, void* buf,
Asset.cpp
878
if (!ZipUtils::
inflateToBuffer
(mFd, buf, mUncompressedLen,
/build/tools/zipalign/
ZipFile.cpp
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.cpp
[
all
...]
Completed in 207 milliseconds