Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp380 create_current_profile_path(/*user*/0, "com.example", "primary.prof", in TEST_F()
386 create_current_profile_path(/*user*/0, "com.example", "split.prof", in TEST_F()
414 create_current_profile_path(/*user*/0, "com.example", in TEST_F()
Dinstalld_dexopt_test.cpp820 cur_profile_ = create_current_profile_path( in SetUp()
924 std::string code_path_cur_prof = create_current_profile_path( in preparePackageProfile()
1035 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F()
1050 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F()
/frameworks/native/cmds/installd/
Dutils.h92 std::string create_current_profile_path(
Ddexopt.cpp160 return clear_profile(create_current_profile_path(user, package_name, location, in clear_current_profile()
658 std::string profile = create_current_profile_path(user, package_name, location, in open_current_profile()
2300 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file()
2864 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile()
Dutils.cpp304 std::string create_current_profile_path(userid_t user, const std::string& package_name, in create_current_profile_path() function