Searched defs:clen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.cpp1152 size_t clen = entry->getCompressedLen(); local
1190 if (!ZipUtils::inflateToBuffer(mZipFp, buf, unlen, clen)) {
/frameworks/base/tools/aapt2/
H A DZipFile.cpp1162 size_t clen = entry->getCompressedLen(); local
1200 if (!ZipUtils::inflateToBuffer(mZipFp, buf, unlen, clen)) {

Completed in 77 milliseconds