HomeSort by relevance Sort by last modified time
    Searched full:compremaining (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/androidfw/
ZipUtils.cpp 61 unsigned long compRemaining;
66 compRemaining = compressedLen;
104 getSize = (compRemaining > kReadBufSize) ?
105 kReadBufSize : compRemaining;
107 getSize, compRemaining);
117 compRemaining -= nextSize;
  /bootable/recovery/minzip/
Zip.c 517 long compRemaining;
519 compRemaining = pEntry->compLen;
    [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
aapt 

Completed in 1086 milliseconds