Searched refs:GetOccupiedSpaceForUid (Results 1 – 3 of 3) sorted by relevance
33 int64_t GetOccupiedSpaceForUid(const std::string& uuid, uid_t uid);
84 int64_t GetOccupiedSpaceForUid(const std::string& uuid, uid_t uid) { in GetOccupiedSpaceForUid() function
2385 if ((space = GetOccupiedSpaceForUid(uuid, uid)) != -1) { in collectQuotaStats()2391 if ((space = GetOccupiedSpaceForUid(uuid, sdkSandboxUid)) != -1) { in collectQuotaStats()2745 if ((space = GetOccupiedSpaceForUid(uuid, uid)) != -1) { in getExternalSizesForUserWithQuota()