Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipFile.cpp1299 size_t unlen = entry->getUncompressedLen(); in uncompress() local
1302 void* buf = malloc(unlen); in uncompress()
1317 ssize_t amt = fread(buf, 1, unlen, mZipFp); in uncompress()
1318 if (amt != (ssize_t)unlen) { in uncompress()
1324 const unsigned char* end = p+unlen; in uncompress()
1339 BufferWriter writer(buf, unlen); in uncompress()
1340 if (zip_archive::Inflate(reader, clen, unlen, &writer, nullptr) != 0) { in uncompress()