Home
last modified time | relevance | path

Searched refs:is_visible (Results 1 – 5 of 5) sorted by relevance

/system/linkerconfig/modules/tests/
Dmodules_testbase.h23 bool is_isolated, bool is_visible) { in CreateNamespaceWithPaths() argument
24 Namespace ns(name, is_isolated, is_visible); in CreateNamespaceWithPaths()
34 bool is_isolated, bool is_visible, in CreateNamespaceWithLinks() argument
37 Namespace ns = CreateNamespaceWithPaths(name, is_isolated, is_visible); in CreateNamespaceWithLinks()
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h40 bool is_visible = false)
42 is_visible_(is_visible), in is_isolated_()
/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h34 bool is_visible; member
Dconfigurationtest.h40 if (ns.name == "default" || ns.is_visible) { in ValidateAllNamespacesAreVisible()
Dlinkerconfigparser.h181 current_namespace.is_visible = value == "true"; in ParseNamespaceCommand()