Searched refs:isolated (Results 1 - 4 of 4) sorted by relevance

/bionic/linker/
H A Dlinker_config.h78 bool isolated() const { function in class:NamespaceConfig
103 void set_isolated(bool isolated) { argument
104 isolated_ = isolated;
H A Dlinker_namespaces.h81 void set_isolated(bool isolated) { is_isolated_ = isolated; } argument
141 // For isolated namespaces - checks if the file is on the search path;
142 // always returns true for not isolated namespace.
H A Dlinker.cpp2597 // and in more isolated file in order minimize dependencies on
3805 g_default_namespace.set_isolated(default_ns_config->isolated());
3823 ns->set_isolated(ns_config->isolated());
/bionic/linker/tests/
H A Dlinker_config_test.cpp60 "namespace.default.isolated = true\n"
73 "namespace.system.isolated = true\n"
79 "namespace.vndk.isolated = tr\n"
80 "namespace.vndk.isolated += ue\n" // should be ignored and return as 'false'.
152 ASSERT_TRUE(default_ns_config->isolated());
188 ASSERT_TRUE(ns_system->isolated());
195 ASSERT_FALSE(ns_vndk->isolated()); // malformed bool property

Completed in 119 milliseconds