Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/contents/configuration/
H A Dapexconfig.cc34 ctx.SetCurrentApex(&apex_info); in CreateApexConfiguration()
/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dcontext.h61 void SetCurrentApex(const modules::ApexInfo* apex);
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc83 void Context::SetCurrentApex(const ApexInfo* apex) { in SetCurrentApex() function in android::linkerconfig::contents::Context