Home
last modified time | relevance | path

Searched defs:apex_info (Results 1 – 13 of 13) sorted by relevance

/system/linkerconfig/contents/namespace/
Dapexemptydefault.cc29 const ApexInfo& apex_info) { in BuildApexEmptyDefaultNamespace()
Dapexdefault.cc32 const ApexInfo& apex_info) { in BuildApexDefaultNamespace()
/system/linkerconfig/contents/configuration/
Dapexconfig.cc29 Context& ctx, const ApexInfo& apex_info) { in CreateApexConfiguration()
/system/linkerconfig/contents/section/
Dapexdefault.cc48 Section BuildApexDefaultSection(Context& ctx, const ApexInfo& apex_info) { in BuildApexDefaultSection()
/system/update_engine/aosp/
Dapex_handler_android.cc33 for (const auto& apex_info : apex_infos) { in CreateCompressedApexInfoList() local
/system/linkerconfig/modules/
Dbasecontext.cc60 Namespace BaseContext::BuildApexNamespace(const ApexInfo& apex_info, in BuildApexNamespace()
Dnamespace.cc57 void InitializeWithApex(Namespace& ns, const ApexInfo& apex_info) { in InitializeWithApex()
Dsection.cc132 const auto& apex_info = it->second.get(); in Resolve() local
/system/apex/apexd/
Dapexservice.cpp282 for (const auto& apex_info : compressed_apex_info_list.apexInfos) { in calculateSizeForCompressedApex() local
482 ApexInfo apex_info = GetApexInfo(apex_file); in getStagedApexInfos() local
502 ApexInfo apex_info = GetApexInfo(package); in getActivePackages() local
521 ApexInfo apex_info = GetApexInfo(pkg); in getAllPackages() local
Dapexd.cpp3125 com::android::apex::ApexInfo apex_info( in CollectApexInfoList() local
/system/update_engine/update_engine/
Dupdate_metadata.proto393 repeated ApexInfo apex_info = 1; field
440 repeated ApexInfo apex_info = 17; field
/system/update_engine/
Dupdate_metadata.proto393 repeated ApexInfo apex_info = 1; field
440 repeated ApexInfo apex_info = 17; field
/system/linkerconfig/
Dmain.cc219 auto apex_info = apex_item.second; in GetContext() local
347 [&apex_name](const auto& apex_info) { in GenerateApexConfiguration()