Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp128 long totalUncLen, totalCompLen; in doList() local
152 totalUncLen = totalCompLen = 0; in doList()
180 totalCompLen += entry->getCompressedLen(); in doList()
188 totalCompLen, in doList()
189 calcPercent(totalUncLen, totalCompLen), in doList()