Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A DCacheTracker.cpp86 if ((space = get_occupied_app_cache_space_external(mUuid, mUserId, mAppId)) != -1) { in loadQuotaStats()
H A Dutils.h158 int64_t get_occupied_app_cache_space_external(const std::string& uuid, int32_t userId, int32_t appI…
H A Dutils.cpp1092 int64_t get_occupied_app_cache_space_external(const std::string& uuid, int32_t userId, int32_t appI… in get_occupied_app_cache_space_external() function
H A DInstalldNativeService.cpp1608 space = get_occupied_app_cache_space_external(uuid, userId, appId); in collectQuotaStats()