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.cpp78 if (IsQuotaSupported(mUuid) && cacheGid != -1) { in loadQuotaStats()
DInstalldNativeService.cpp1774 if (!IsQuotaSupported(uuidString)) { in getAppSize()
1981 if (!IsQuotaSupported(uuidString)) { in getUserSize()
2115 if (!IsQuotaSupported(uuidString)) { in getExternalSize()
2984 *_aidl_return = IsQuotaSupported(uuidString); in isQuotaSupported()