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 147 bool is_secondary_dex) {
148 return clear_profile(create_reference_profile_path(package_name, location, is_secondary_dex));
154 userid_t user, bool is_secondary_dex) {
156 is_secondary_dex));
163 return clear_reference_profile(package_name, location, /*is_secondary_dex*/false);
173 success &= clear_current_profile(package_name, location, user, /*is_secondary_dex*/false);
181 return clear_current_profile(package_name, location, user, /*is_secondary_dex*/false);
671 const std::string& location, bool is_secondary_dex) {
673 is_secondary_dex);
678 const std::string& location, bool read_write, bool is_secondary_dex) {
1978 bool is_secondary_dex = (dexopt_flags & DEXOPT_SECONDARY_DEX) != 0; local
    [all...]
utils.h 86 bool is_secondary_dex);
90 bool is_secondary_dex);
utils.cpp 263 const std::string& location, bool is_secondary_dex) {
264 if (is_secondary_dex) {
282 const std::string& location, bool is_secondary_dex) {
283 if (is_secondary_dex) {
301 /*is_secondary_dex*/ false);
    [all...]

Completed in 456 milliseconds