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.cpp552 create_current_profile_path(/*user*/0, "com.example", /*is_secondary*/false)); in TEST_F()
564 create_current_profile_path(/*user*/0, in TEST_F()
/frameworks/native/cmds/installd/
Dutils.h85 std::string create_current_profile_path(
Ddexopt.cpp124 return clear_profile(create_current_profile_path(user, pkgname, is_secondary_dex)); in clear_current_profile()
579 std::string profile = create_current_profile_path(user, location, is_secondary_dex); in open_current_profile()
1727 std::string current_profile = create_current_profile_path( in reconcile_secondary_dex_file()
Dutils.cpp242 std::string create_current_profile_path(userid_t user, const std::string& location, in create_current_profile_path() function
DInstalldNativeService.cpp421 const std::string profile_file = create_current_profile_path(userId, pkgname, in createAppData()