Home
last modified time | relevance | path

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

/system/linkerconfig/contents/common/
Dsystem_links.cc47 const bool is_section_vndk_enabled = ctx.IsSectionVndkEnabled(); in AddStandardSystemLinks()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h69 bool IsSectionVndkEnabled() const;
/system/linkerconfig/contents/context/
Dcontext.cc113 bool Context::IsSectionVndkEnabled() const { in IsSectionVndkEnabled() function in android::linkerconfig::contents::Context