Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1548 int32_t appId, struct stats* stats, struct stats* extStats) { in collectQuotaStats() argument
1571 if (extStats != nullptr) { in collectQuotaStats()
1576 extStats->dataSize += space; in collectQuotaStats()
1589 extStats->dataSize += space; // cache counts for "data" in collectQuotaStats()
1590 extStats->cacheSize += space; in collectQuotaStats()
1767 struct stats extStats; in getAppSize() local
1769 memset(&extStats, 0, sizeof(extStats)); in getAppSize()
1782 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize()
1795 collectQuotaStats(uuidString, userId, appId, &stats, &extStats); in getAppSize()
1827 collectManualStats(extPath, &extStats); in getAppSize()
[all …]