Home
last modified time | relevance | path

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

/system/linkerconfig/contents/context/
Dcontext.cc66 const ApexInfo& Context::GetCurrentApex() const { in GetCurrentApex() function in android::linkerconfig::contents::Context
128 return !GetCurrentApex().InSystem(); in IsSectionVndkEnabled()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h52 const modules::ApexInfo& GetCurrentApex() const;
/system/linkerconfig/contents/namespace/
Dvndk.cc32 is_system_or_unrestricted_section = ctx.GetCurrentApex().InSystem(); in BuildVndkNamespace()