Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dutils.h77 std::string create_data_media_package_path(const char* volume_uuid, userid_t userid,
H A DInstalldNativeService.cpp1812 auto obbCodePath = create_data_media_package_path(uuid_, userId, in getAppSize()
1860 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize()
1862 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname); in getAppSize()
H A Dutils.cpp238 std::string create_data_media_package_path(const char* volume_uuid, userid_t userid, in create_data_media_package_path() function