Searched refs:namespaces (Results 1 – 6 of 6) sorted by relevance
22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces28 # The following line maps section to a dir. Binaries ran from this location will use namespaces41 # This property can be used to declare additional namespaces. Note that there is always the default44 additional.namespaces = ns165 # This declares linked namespaces - comma separated list.
66 std::vector<android_namespace_t*>* namespaces = nullptr);
1559 std::vector<android_namespace_t*>* namespaces) { in find_libraries() argument1640 if (!si->is_linked() && namespaces != nullptr && !new_global_group_members.contains(si)) { in find_libraries()1642 for (auto linked_ns : *namespaces) { in find_libraries()3445 std::vector<android_namespace_t*> namespaces; in init_default_namespace_no_config() local3446 namespaces.push_back(&g_default_namespace); in init_default_namespace_no_config()3447 return namespaces; in init_default_namespace_no_config()3581 std::unordered_map<std::string, android_namespace_t*> namespaces; in init_default_namespaces() local3590 namespaces[default_ns_config->name()] = &g_default_namespace; in init_default_namespaces()3598 if (namespaces.find(ns_config->name()) != namespaces.end()) { in init_default_namespaces()3609 namespaces[ns_config->name()] = ns; in init_default_namespaces()[all …]
437 std::vector<android_namespace_t*> namespaces = init_default_namespaces(exe_info.path.c_str()); in linker_main() local444 for (auto linked_ns : namespaces) { in linker_main()480 &namespaces)) { in linker_main()
454 // Build test helper libraries for linker namespaces456 // This set of libraries is used to verify linker namespaces.459 // 1. Check that private libraries loaded in different namespaces are461 // 2. Check that public libraries loaded in different namespaces are shared516 // Build test helper libraries for linker namespaces for allow all shared libs518 // This set of libraries is used to verify linker namespaces for allow all568 // Build test helper libraries for linker namespaces570 // This set of libraries is to test isolated namespaces572 // Isolated namespaces do not allow loading of the library outside of
241 …omm_exec : 1, use_clockid : 1, context_switch : 1, write_backward : 1, namespaces : 1, ksymbol : 1… member