Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.cpp489 for (const auto& apex_file_ref : all_apex_files) { in AllApexFilesByName() local
490 const ApexFile& apex_file = apex_file_ref.get(); in AllApexFilesByName()
495 result[package_name].emplace_back(apex_file_ref); in AllApexFilesByName()