Searched refs:create_data_user_ce_package_path (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 499 … EXPECT_EQ("/data/data/com.example", create_data_user_ce_package_path(nullptr, 0, "com.example")); in TEST_F() 500 …EXPECT_EQ("/data/user/10/com.example", create_data_user_ce_package_path(nullptr, 10, "com.example"… in TEST_F() 503 … create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 0, "com.example")); in TEST_F() 505 … create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 10, "com.example")); in TEST_F()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 62 std::string create_data_user_ce_package_path(const char* volume_uuid, 64 std::string create_data_user_ce_package_path(const char* volume_uuid,
|
D | utils.cpp | 83 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() function 90 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() function 94 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path() 139 std::string _tmp(create_data_user_ce_package_path(nullptr, userid, pkgname) + postfix); in create_pkg_path() 784 ? create_data_user_ce_package_path( in validate_secondary_dex_path()
|
D | InstalldNativeService.cpp | 363 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppData() 456 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData() 513 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData() 593 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData() 769 auto from_ce = create_data_user_ce_package_path(from_uuid, user, package_name); in moveCompleteApp() 806 auto from = create_data_user_ce_package_path(from_uuid, user, package_name); in moveCompleteApp() 847 auto to = create_data_user_ce_package_path(to_uuid, user, package_name); in moveCompleteApp() 1413 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize() 1881 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory() 2158 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName); in restoreconAppData()
|