Lines Matching refs:uuidString
1354 auto uuidString = uuid.value_or(""); in freeCache() local
1403 multiuser_get_user_id(uid), multiuser_get_app_id(uid), uuidString)); in freeCache()
1792 auto uuidString = uuid.value_or(""); in getAppSize() local
1795 if (!IsQuotaSupported(uuidString)) { in getAppSize()
1816 collectQuotaStats(uuidString, userId, appId, &stats, &extStats); in getAppSize()
1999 auto uuidString = uuid.value_or(""); in getUserSize() local
2002 if (!IsQuotaSupported(uuidString)) { in getUserSize()
2028 auto sizes = getExternalSizesForUserWithQuota(uuidString, userId, appIds); in getUserSize()
2045 collectQuotaStats(uuidString, userId, appId, &stats, &extStats); in getUserSize()
2126 auto uuidString = uuid.value_or(""); in getExternalSize() local
2136 if (!IsQuotaSupported(uuidString)) { in getExternalSize()
2142 auto sizes = getExternalSizesForUserWithQuota(uuidString, userId, appIds); in getExternalSize()
2155 collectQuotaStats(uuidString, userId, appId, nullptr, &extStats); in getExternalSize()