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

/frameworks/base/tools/aapt/
H A DCommand.cpp127 long totalUncLen, totalCompLen; local
150 totalUncLen = totalCompLen = 0;
178 totalCompLen += entry->getCompressedLen();
186 totalCompLen,
187 calcPercent(totalUncLen, totalCompLen),

Completed in 333 milliseconds