Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/
H A Dmain.cc193 auto apex_list = android::linkerconfig::modules::ScanActiveApexes(args.root); in GetContext() local
194 if (apex_list.ok()) { in GetContext()
195 for (auto const& apex_item : *apex_list) { in GetContext()
202 LOG(ERROR) << "Failed to scan APEX modules : " << apex_list.error(); in GetContext()