Searched refs:IsVendorSection (Results 1 – 3 of 3) sorted by relevance
38 bool Context::IsVendorSection() const { in IsVendorSection() function in android::linkerconfig::contents::Context117 if (IsVendorSection()) { in IsSectionVndkEnabled()
49 bool IsVendorSection() const;
111 if (ctx.IsProductSection() || ctx.IsVendorSection()) { in BuildVndkNamespace()