Home
last modified time | relevance | path

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

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