Searched refs:this_config (Results 1 – 1 of 1) sorted by relevance
647 const ResTable_config& this_config = candidate_configs[i]; in FindEntryInternal() local653 } else if (this_config.isBetterThan(*best_config, &desired_config)) { in FindEntryInternal()656 } else if (package_is_loader && this_config.compare(*best_config) == 0) { in FindEntryInternal()663 this_config.toString(), in FindEntryInternal()681 this_config.toString(), in FindEntryInternal()690 best_config = &this_config; in FindEntryInternal()695 this_config.toString(), in FindEntryInternal()707 ResTable_config this_config{}; in FindEntryInternal() local710 this_config.copyFromDtoH((*iter)->config); in FindEntryInternal()711 if (!this_config.match(desired_config)) { in FindEntryInternal()[all …]