Searched refs:GetOccupiedSpaceForProjectId (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | QuotaUtils.h | 39 int64_t GetOccupiedSpaceForProjectId(const std::string& uuid, int projectId);
|
D | QuotaUtils.cpp | 104 int64_t GetOccupiedSpaceForProjectId(const std::string& uuid, int projectId) { in GetOccupiedSpaceForProjectId() function
|
D | InstalldNativeService.cpp | 1615 int64_t appObbSize = GetOccupiedSpaceForProjectId(uuid, obbProjectId); in collectQuotaStats() 1911 if ((space = GetOccupiedSpaceForProjectId(uuid, defaultProjectId)) != -1) { in getExternalSizesForUserWithQuota() 1918 if ((space = GetOccupiedSpaceForProjectId(uuid, audioProjectId)) != -1) { in getExternalSizesForUserWithQuota() 1924 if ((space = GetOccupiedSpaceForProjectId(uuid, videoProjectId)) != -1) { in getExternalSizesForUserWithQuota() 1930 if ((space = GetOccupiedSpaceForProjectId(uuid, imageProjectId)) != -1) { in getExternalSizesForUserWithQuota() 1943 totalAppDataSize += GetOccupiedSpaceForProjectId(uuid, projectId); in getExternalSizesForUserWithQuota() 1947 totalAppCacheSize += GetOccupiedSpaceForProjectId(uuid, cacheProjectId); in getExternalSizesForUserWithQuota() 1951 totalAppObbSize += GetOccupiedSpaceForProjectId(uuid, obbProjectId); in getExternalSizesForUserWithQuota()
|
D | utils.cpp | 1087 return GetOccupiedSpaceForProjectId(uuid, projectId); in get_occupied_app_space_external() 1104 return GetOccupiedSpaceForProjectId(uuid, projectId); in get_occupied_app_cache_space_external()
|