Home
last modified time | relevance | path

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

/system/core/init/
Dmount_namespace.cpp173 com::android::apex::ApexInfoList apex_info_list(apex_infos); in ActivateFlattenedApexesIfPossible() local
174 com::android::apex::write(oss, apex_info_list); in ActivateFlattenedApexesIfPossible()
/system/apex/apexd/
Dapexservice.cpp76 ApexInfoList* apex_info_list) override;
171 ApexInfoList* apex_info_list) { in submitStagedSession() argument
192 apex_info_list->apexInfos.push_back(out); in submitStagedSession()
Dapexd.cpp3198 com::android::apex::ApexInfoList apex_info_list(apex_infos); in CollectApexInfoList() local
3199 com::android::apex::write(os, apex_info_list); in CollectApexInfoList()
3421 com::android::apex::ApexInfoList apex_info_list(apex_infos); in OnOtaChrootBootstrapFlattenedApex() local
3422 com::android::apex::write(xml, apex_info_list); in OnOtaChrootBootstrapFlattenedApex()