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.cpp76 bool IsQuotaSupported(const std::string& uuid) { in IsQuotaSupported() function
DCacheTracker.cpp79 if (IsQuotaSupported(mUuid) && cacheGid != -1 && extCacheGid != -1) { in loadQuotaStats()
DInstalldNativeService.cpp1657 if (!IsQuotaSupported(uuidString)) { in getAppSize()
1764 if (!IsQuotaSupported(uuidString)) { in getUserSize()
1909 if (!IsQuotaSupported(uuidString)) { in getExternalSize()
2802 *_aidl_return = IsQuotaSupported(uuidString); in isQuotaSupported()