Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp78 int extCacheGid = multiuser_get_ext_cache_gid(mUserId, mAppId); in loadQuotaStats() local
79 if (IsQuotaSupported(mUuid) && cacheGid != -1 && extCacheGid != -1) { in loadQuotaStats()
87 if ((space = GetOccupiedSpaceForGid(mUuid, extCacheGid)) != -1) { in loadQuotaStats()
DInstalldNativeService.cpp1486 int extCacheGid = multiuser_get_ext_cache_gid(userId, appId); in collectQuotaStats() local
1487 if (extCacheGid != -1) { in collectQuotaStats()
1488 if ((space = GetOccupiedSpaceForGid(uuid, extCacheGid)) != -1) { in collectQuotaStats()