Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapex_file_repository.cpp254 for (const auto& apex_file_ref : all_apex_files) { in AllApexFilesByName() local
255 const ApexFile& apex_file = apex_file_ref.get(); in AllApexFilesByName()
260 result[package_name].emplace_back(apex_file_ref); in AllApexFilesByName()