OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutBuf
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
StreamingZipInflater.cpp
63
mOutBuf
= new uint8_t[mOutBufSize];
81
mOutBuf
= new uint8_t[mOutBufSize];
93
delete []
mOutBuf
;
104
mInflateState.next_out = (Bytef*)
mOutBuf
;
125
* output data in
mOutBuf
.
142
if (outBuf != NULL) memcpy(dest,
mOutBuf
+ mOutDeliverable, deliverable);
168
mInflateState.next_out = (Bytef*)
mOutBuf
;
/frameworks/base/include/androidfw/
StreamingZipInflater.h
63
uint8_t*
mOutBuf
; // output buf for decompressed bytes
64
size_t mOutBufSize; // allocated size of
mOutBuf
69
size_t mOutLastDecoded; // last decoded byte + 1 in
mOutbuf
70
size_t mOutDeliverable; // next undelivered byte of decoded output in
mOutBuf
Completed in 388 milliseconds