• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:uuidString

1240     auto uuidString = uuid ? *uuid : "";  in freeCache()  local
1289 multiuser_get_user_id(uid), multiuser_get_app_id(uid), uuidString)); in freeCache()
1654 auto uuidString = uuid ? *uuid : ""; in getAppSize() local
1657 if (!IsQuotaSupported(uuidString)) { in getAppSize()
1678 collectQuotaStats(uuidString, userId, appId, &stats, &extStats); in getAppSize()
1761 auto uuidString = uuid ? *uuid : ""; in getUserSize() local
1764 if (!IsQuotaSupported(uuidString)) { in getUserSize()
1772 if ((space = GetOccupiedSpaceForGid(uuidString, AID_MEDIA_OBB)) != -1) { in getUserSize()
1799 if ((space = GetOccupiedSpaceForUid(uuidString, uid)) != -1) { in getUserSize()
1817 collectQuotaStats(uuidString, userId, appId, &stats, &extStats); in getUserSize()
1899 auto uuidString = uuid ? *uuid : ""; in getExternalSize() local
1909 if (!IsQuotaSupported(uuidString)) { in getExternalSize()
1918 if ((space = GetOccupiedSpaceForUid(uuidString, uid)) != -1) { in getExternalSize()
1923 if ((space = GetOccupiedSpaceForGid(uuidString, audioGid)) != -1) { in getExternalSize()
1927 if ((space = GetOccupiedSpaceForGid(uuidString, videoGid)) != -1) { in getExternalSize()
1931 if ((space = GetOccupiedSpaceForGid(uuidString, imageGid)) != -1) { in getExternalSize()
1934 if ((space = GetOccupiedSpaceForGid(uuidString, AID_MEDIA_OBB)) != -1) { in getExternalSize()
1944 collectQuotaStats(uuidString, userId, appId, nullptr, &extStats); in getExternalSize()
2801 auto uuidString = uuid ? *uuid : ""; in isQuotaSupported() local
2802 *_aidl_return = IsQuotaSupported(uuidString); in isQuotaSupported()