Home
last modified time | relevance | path

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

/system/linkerconfig/contents/namespace/
Dvendordefault.cc37 if (ctx.IsDefaultConfig() && GetVendorVndkVersion() == "27") { in BuildVendorDefaultNamespace()
Dsystemdefault.cc32 bool is_fully_treblelized = ctx.IsDefaultConfig(); in BuildSystemDefaultNamespace()
/system/linkerconfig/contents/include/linkerconfig/
Dcontext.h59 bool IsDefaultConfig() const;
/system/linkerconfig/contents/context/
Dcontext.cc50 bool Context::IsDefaultConfig() const { in IsDefaultConfig() function in android::linkerconfig::contents::Context