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 if (GetCurrentApex().InVendor()) { in IsSectionVndkEnabled()
132 if (GetCurrentApex().InProduct()) { in IsSectionVndkEnabled()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h52 const modules::ApexInfo& GetCurrentApex() const;
/system/linkerconfig/contents/namespace/
Dvndk.cc35 is_system_or_unrestricted_section = ctx.GetCurrentApex().InSystem(); in BuildVndkNamespace()