Home
last modified time | relevance | path

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

/system/linkerconfig/contents/context/
Dcontext.cc38 bool Context::IsVendorSection() const { in IsVendorSection() function in android::linkerconfig::contents::Context
117 if (IsVendorSection()) { in IsSectionVndkEnabled()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h49 bool IsVendorSection() const;
/system/linkerconfig/contents/namespace/
Dvndk.cc111 if (ctx.IsProductSection() || ctx.IsVendorSection()) { in BuildVndkNamespace()