Home
last modified time | relevance | path

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

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