Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DQuotaUtils.h39 int64_t GetOccupiedSpaceForProjectId(const std::string& uuid, int projectId);
DQuotaUtils.cpp104 int64_t GetOccupiedSpaceForProjectId(const std::string& uuid, int projectId) { in GetOccupiedSpaceForProjectId() function
DInstalldNativeService.cpp2182 int64_t appObbSize = GetOccupiedSpaceForProjectId(uuid, obbProjectId); in deductDoubleSpaceIfNeeded()
2229 if ((space = GetOccupiedSpaceForProjectId(uuid, projectId)) != -1) { in collectQuotaStats()
2233 if ((space = GetOccupiedSpaceForProjectId(uuid, projectId)) != -1) { in collectQuotaStats()
2588 if ((space = GetOccupiedSpaceForProjectId(uuid, defaultProjectId)) != -1) { in getExternalSizesForUserWithQuota()
2595 if ((space = GetOccupiedSpaceForProjectId(uuid, audioProjectId)) != -1) { in getExternalSizesForUserWithQuota()
2601 if ((space = GetOccupiedSpaceForProjectId(uuid, videoProjectId)) != -1) { in getExternalSizesForUserWithQuota()
2607 if ((space = GetOccupiedSpaceForProjectId(uuid, imageProjectId)) != -1) { in getExternalSizesForUserWithQuota()
2620 totalAppDataSize += GetOccupiedSpaceForProjectId(uuid, projectId); in getExternalSizesForUserWithQuota()
2624 totalAppCacheSize += GetOccupiedSpaceForProjectId(uuid, cacheProjectId); in getExternalSizesForUserWithQuota()
2628 totalAppObbSize += GetOccupiedSpaceForProjectId(uuid, obbProjectId); in getExternalSizesForUserWithQuota()
[all …]
Dutils.cpp1311 return GetOccupiedSpaceForProjectId(uuid, projectId); in get_occupied_app_space_external()
1328 return GetOccupiedSpaceForProjectId(uuid, projectId); in get_occupied_app_cache_space_external()