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

/frameworks/native/cmds/installd/
H A Dutils.h85 std::string create_current_profile_path(
H A Ddexopt.cpp124 return clear_profile(create_current_profile_path(user, pkgname, is_secondary_dex));
579 std::string profile = create_current_profile_path(user, location, is_secondary_dex);
1727 std::string current_profile = create_current_profile_path(
H A Dutils.cpp242 std::string create_current_profile_path(userid_t user, const std::string& location, function in namespace:android::installd
H A DInstalldNativeService.cpp421 const std::string profile_file = create_current_profile_path(userId, pkgname,
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp552 create_current_profile_path(/*user*/0, "com.example", /*is_secondary*/false));
564 create_current_profile_path(/*user*/0,

Completed in 641 milliseconds