Searched refs:create_current_profile_path (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 378 create_current_profile_path(/*user*/0, "com.example", "primary.prof", in TEST_F() 384 create_current_profile_path(/*user*/0, "com.example", "split.prof", in TEST_F() 412 create_current_profile_path(/*user*/0, "com.example", in TEST_F()
|
D | installd_dexopt_test.cpp | 680 cur_profile_ = create_current_profile_path( in SetUp() 787 std::string code_path_cur_prof = create_current_profile_path( in preparePackageProfile() 900 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F() 915 std::string cur_profile_file = create_current_profile_path(kTestUserId, package_name_, in TEST_F()
|
/frameworks/native/cmds/installd/ |
D | utils.h | 82 std::string create_current_profile_path(
|
D | dexopt.cpp | 155 return clear_profile(create_current_profile_path(user, package_name, location, in clear_current_profile() 672 std::string profile = create_current_profile_path(user, package_name, location, in open_current_profile() 2227 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file() 2780 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile()
|
D | utils.cpp | 262 std::string create_current_profile_path(userid_t user, const std::string& package_name, in create_current_profile_path() function
|