Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DCacheTracker.cpp86 if ((space = get_occupied_app_cache_space_external(mUuid, mUserId, mAppId)) != -1) { in loadQuotaStats()
Dutils.h155 int64_t get_occupied_app_cache_space_external(const std::string& uuid, int32_t userId, int32_t appI…
Dutils.cpp1093 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
DInstalldNativeService.cpp1587 space = get_occupied_app_cache_space_external(uuid, userId, appId); in collectQuotaStats()