Searched refs:extCacheGid (Results 1 – 2 of 2) sorted by relevance
78 int extCacheGid = multiuser_get_ext_cache_gid(mUserId, mAppId); in loadQuotaStats() local79 if (IsQuotaSupported(mUuid) && cacheGid != -1 && extCacheGid != -1) { in loadQuotaStats()87 if ((space = GetOccupiedSpaceForGid(mUuid, extCacheGid)) != -1) { in loadQuotaStats()
1486 int extCacheGid = multiuser_get_ext_cache_gid(userId, appId); in collectQuotaStats() local1487 if (extCacheGid != -1) { in collectQuotaStats()1488 if ((space = GetOccupiedSpaceForGid(uuid, extCacheGid)) != -1) { in collectQuotaStats()