HomeSort by relevance Sort by last modified time
    Searched refs:is_secondary_dex (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
dexopt.cpp 116 static bool clear_reference_profile(const std::string& location, bool is_secondary_dex) {
117 return clear_profile(create_reference_profile_path(location, is_secondary_dex));
123 bool is_secondary_dex) {
124 return clear_profile(create_current_profile_path(user, pkgname, is_secondary_dex));
129 return clear_reference_profile(pkgname, /*is_secondary_dex*/false);
138 success &= clear_current_profile(pkgname, user, /*is_secondary_dex*/false);
145 return clear_current_profile(pkgname, user, /*is_secondary_dex*/false);
582 bool is_secondary_dex) {
583 std::string profile = create_current_profile_path(user, location, is_secondary_dex);
588 bool is_secondary_dex) {
1603 bool is_secondary_dex = (dexopt_flags & DEXOPT_SECONDARY_DEX) != 0; local
    [all...]
utils.h 88 userid_t user, const std::string& package_name, bool is_secondary_dex);
90 const std::string& package_name, bool is_secondary_dex);
utils.cpp 263 bool is_secondary_dex) {
264 if (is_secondary_dex) {
280 std::string create_reference_profile_path(const std::string& location, bool is_secondary_dex) {
281 if (is_secondary_dex) {
    [all...]

Completed in 200 milliseconds