Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h154 int64_t get_occupied_app_space_external(const std::string& uuid, int32_t userId, int32_t appId);
Dutils.cpp1076 int64_t get_occupied_app_space_external(const std::string& uuid, int32_t userId, int32_t appId) { in get_occupied_app_space_external() function
DInstalldNativeService.cpp1573 space = get_occupied_app_space_external(uuid, userId, appId); in collectQuotaStats()