Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DQuotaUtils.h30 bool IsQuotaSupported(const std::string& uuid);
DQuotaUtils.cpp80 bool IsQuotaSupported(const std::string& uuid) { in IsQuotaSupported() function
DCacheTracker.cpp78 if (IsQuotaSupported(mUuid) && cacheGid != -1) { in loadQuotaStats()
DInstalldNativeService.cpp2444 if (!IsQuotaSupported(uuidString)) { in getAppSize()
2666 if (!IsQuotaSupported(uuidString)) { in getUserSize()
2807 if (!IsQuotaSupported(uuidString)) { in getExternalSize()
3710 *_aidl_return = IsQuotaSupported(uuid.value_or("")); in isQuotaSupported()