Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1963 int64_t totalAppObbSize = 0; in getExternalSizesForUserWithQuota() local
1977 totalAppObbSize += GetOccupiedSpaceForProjectId(uuid, obbProjectId); in getExternalSizesForUserWithQuota()
1986 sizes.obbSize = totalAppObbSize; in getExternalSizesForUserWithQuota()