Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dbasecontext.h39 bool IsStrictMode() const;
/aosp12/system/linkerconfig/modules/
H A Dbasecontext.cc37 bool BaseContext::IsStrictMode() const { in IsStrictMode() function in android::linkerconfig::modules::BaseContext
H A Dsection.cc141 } else if (ctx.IsStrictMode()) { in Resolve()