Home
last modified time | relevance | path

Searched refs:unlen (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/zipalign/
DZipFile.cpp1253 size_t unlen = entry->getUncompressedLen(); in uncompress() local
1256 void* buf = malloc(unlen); in uncompress()
1271 ssize_t amt = fread(buf, 1, unlen, mZipFp); in uncompress()
1272 if (amt != (ssize_t)unlen) { in uncompress()
1278 const unsigned char* end = p+unlen; in uncompress()
1293 BufferWriter writer(buf, unlen); in uncompress()
1294 if (zip_archive::Inflate(reader, clen, unlen, &writer, nullptr) != 0) { in uncompress()