Searched refs:apex_it (Results 1 – 1 of 1) sorted by relevance
2485 for (auto& apex_it : all_apex) { in SelectApexForActivation() local2486 const std::string& package_name = apex_it.first; in SelectApexForActivation()2487 const std::vector<ApexFileRef>& apex_files = apex_it.second; in SelectApexForActivation()