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

/frameworks/base/tools/aapt/
H A DCommand.cpp128 long totalUncLen, totalCompLen; local
151 totalUncLen = totalCompLen = 0;
179 totalCompLen += entry->getCompressedLen();
187 totalCompLen,
188 calcPercent(totalUncLen, totalCompLen),

Completed in 33 milliseconds