Home
last modified time | relevance | path

Searched refs:is_secondary_dex (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp116 static bool clear_reference_profile(const std::string& location, bool is_secondary_dex) { in clear_reference_profile() argument
117 return clear_profile(create_reference_profile_path(location, is_secondary_dex)); in clear_reference_profile()
123 bool is_secondary_dex) { in clear_current_profile() argument
124 return clear_profile(create_current_profile_path(user, pkgname, is_secondary_dex)); in clear_current_profile()
578 bool is_secondary_dex) { in open_current_profile() argument
579 std::string profile = create_current_profile_path(user, location, is_secondary_dex); in open_current_profile()
584 bool is_secondary_dex) { in open_reference_profile() argument
585 std::string profile = create_reference_profile_path(location, is_secondary_dex); in open_reference_profile()
589 static void open_profile_files(uid_t uid, const std::string& location, bool is_secondary_dex, in open_profile_files() argument
593 is_secondary_dex); in open_profile_files()
[all …]
Dutils.h86 userid_t user, const std::string& package_name, bool is_secondary_dex);
88 const std::string& package_name, bool is_secondary_dex);
Dutils.cpp243 bool is_secondary_dex) { in create_current_profile_path() argument
244 if (is_secondary_dex) { in create_current_profile_path()
254 std::string create_reference_profile_path(const std::string& location, bool is_secondary_dex) { in create_reference_profile_path() argument
255 if (is_secondary_dex) { in create_reference_profile_path()