Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1455 int32_t appId, struct stats* stats, struct stats* extStats) { in collectQuotaStats() argument
1478 if (extStats != nullptr) { in collectQuotaStats()
1482 extStats->dataSize += space; in collectQuotaStats()
1489 extStats->dataSize += space; in collectQuotaStats()
1490 extStats->cacheSize += space; in collectQuotaStats()
1650 struct stats extStats; in getAppSize() local
1652 memset(&extStats, 0, sizeof(extStats)); in getAppSize()
1665 calculate_tree_size(obbCodePath, &extStats.codeSize); in getAppSize()
1678 collectQuotaStats(uuidString, userId, appId, &stats, &extStats); in getAppSize()
1710 collectManualStats(extPath, &extStats); in getAppSize()
[all …]