Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp325 … EXPECT_EQ("/data/data/com.example", create_data_user_ce_package_path(nullptr, 0, "com.example")); in TEST_F()
326 …EXPECT_EQ("/data/user/10/com.example", create_data_user_ce_package_path(nullptr, 10, "com.example"… in TEST_F()
329create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 0, "com.example")); in TEST_F()
331create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 10, "com.example")); in TEST_F()
446 create_data_user_ce_package_path(nullptr, 0, package_name.c_str())); in TEST_F()
448 create_data_user_ce_package_path(nullptr, 10, package_name.c_str())); in TEST_F()
Dinstalld_dexopt_test.cpp224 app_private_dir_ce_ = create_data_user_ce_package_path( in create_mock_app()
/frameworks/native/cmds/installd/
Dutils.h57 std::string create_data_user_ce_package_path(const char* volume_uuid,
59 std::string create_data_user_ce_package_path(const char* volume_uuid,
Dutils.cpp87 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() function
108 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() function
112 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path()
832 ? create_data_user_ce_package_path( in validate_secondary_dex_path()
DInstalldNativeService.cpp471 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppData()
544 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData()
602 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData()
680 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData()
859 auto from_ce = create_data_user_ce_package_path(from_uuid, user, package_name); in moveCompleteApp()
896 auto from = create_data_user_ce_package_path(from_uuid, user, package_name); in moveCompleteApp()
937 auto to = create_data_user_ce_package_path(to_uuid, user, package_name); in moveCompleteApp()
1507 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()
2017 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory()
2300 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName); in restoreconAppData()