Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1929 int64_t totalAppObbSize = 0; in getExternalSizesForUserWithQuota() local
1943 totalAppObbSize += GetOccupiedSpaceForProjectId(uuid, obbProjectId); in getExternalSizesForUserWithQuota()
1952 sizes.obbSize = totalAppObbSize; in getExternalSizesForUserWithQuota()