Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h68 std::string create_data_media_package_path(const char* volume_uuid, userid_t userid,
Dutils.cpp205 std::string create_data_media_package_path(const char* volume_uuid, userid_t userid, in create_data_media_package_path() function
DInstalldNativeService.cpp1525 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize()
1527 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname); in getAppSize()