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

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

Completed in 132 milliseconds