Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp502 … EXPECT_EQ("/data/data/com.example", create_data_user_ce_package_path(nullptr, 0, "com.example")); in TEST_F()
503 …EXPECT_EQ("/data/user/10/com.example", create_data_user_ce_package_path(nullptr, 10, "com.example"… in TEST_F()
506create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 0, "com.example")); in TEST_F()
508create_data_user_ce_package_path("57f8f4bc-abf4-655f-bf67-946fc0f9f25b", 10, "com.example")); in TEST_F()
/frameworks/native/cmds/installd/
Dutils.h82 std::string create_data_user_ce_package_path(const char* volume_uuid,
84 std::string create_data_user_ce_package_path(const char* volume_uuid,
Dcommands.cpp126 auto path = create_data_user_ce_package_path(uuid, userid, pkgname); in create_app_data()
180 auto ce_path = create_data_user_ce_package_path(uuid, userid, pkgname); in migrate_app_data()
288 auto path = create_data_user_ce_package_path(uuid, userid, pkgname, ce_data_inode); in clear_app_data()
350 create_data_user_ce_package_path(uuid, userid, pkgname, ce_data_inode)); in destroy_app_data()
404 auto from_ce = create_data_user_ce_package_path(from_uuid, user, package_name); in move_complete_app()
441 auto from = create_data_user_ce_package_path(from_uuid, user, package_name); in move_complete_app()
482 auto to = create_data_user_ce_package_path(to_uuid, user, package_name); in move_complete_app()
638 auto path = create_data_user_ce_package_path(uuid, userid, pkgname, ce_data_inode); in get_app_size()
653 auto path = create_data_user_ce_package_path(uuid, userid, pkgname); in get_app_data_inode()
1815 std::string _pkgdir(create_data_user_ce_package_path(uuid, userId, pkgname)); in linklib()
[all …]
Dutils.cpp87 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() function
94 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() function
98 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path()
143 std::string _tmp(create_data_user_ce_package_path(nullptr, userid, pkgname) + postfix); in create_pkg_path()