Home
last modified time | relevance | path

Searched refs:create_data_user_de_package_path (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.h61 std::string create_data_user_de_package_path(const char* volume_uuid,
DInstalldNativeService.cpp502 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppData()
545 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
628 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
686 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
883 auto from = create_data_user_de_package_path(from_uuid, user, package_name); in moveCompleteApp()
931 auto to = create_data_user_de_package_path(to_uuid, user, package_name); in moveCompleteApp()
1509 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
2306 auto path = create_data_user_de_package_path(uuid_, userId, pkgName); in restoreconAppData()
Dutils.cpp143 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path() function
834 : create_data_user_de_package_path( in validate_secondary_dex_path()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp451 create_data_user_de_package_path(nullptr, 0, package_name.c_str())); in TEST_F()
453 create_data_user_de_package_path(nullptr, 10, package_name.c_str())); in TEST_F()
Dinstalld_dexopt_test.cpp233 app_private_dir_de_ = create_data_user_de_package_path( in create_mock_app()