Home
last modified time | relevance | path

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

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