Searched defs:isolated (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker_config.h72 bool isolated() const { function in class:NamespaceConfig
96 void set_isolated(bool isolated) { argument
97 isolated_ = isolated;
H A Dlinker_namespaces.h72 void set_isolated(bool isolated) { is_isolated_ = isolated; } argument
130 // For isolated namespaces - checks if the file is on the search path;
131 // always returns true for not isolated namespace.

Completed in 2556 milliseconds