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

/frameworks/base/tools/aapt/
H A DCommand.cpp126 long totalUncLen, totalCompLen; local
149 totalUncLen = totalCompLen = 0;
177 totalCompLen += entry->getCompressedLen();
185 totalCompLen,
186 calcPercent(totalUncLen, totalCompLen),

Completed in 188 milliseconds