Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/contents/include/linkerconfig/
H A Dcontext.h54 bool IsDefaultConfig() const;
/aosp12/system/linkerconfig/contents/namespace/
H A Dsystemdefault.cc87 bool is_fully_treblelized = ctx.IsDefaultConfig();
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc50 bool Context::IsDefaultConfig() const { in IsDefaultConfig() function in android::linkerconfig::contents::Context