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

/frameworks/base/tools/aapt/
H A DCommand.cpp146 long totalUncLen, totalCompLen; local
170 totalUncLen = totalCompLen = 0;
198 totalCompLen += entry->getCompressedLen();
206 totalCompLen,
207 calcPercent(totalUncLen, totalCompLen),

Completed in 32 milliseconds