Searched defs:android_namespace_link_t (Results 1 – 1 of 1) sorted by relevance
39 struct android_namespace_link_t { struct41 android_namespace_link_t(android_namespace_t* linked_namespace, in android_namespace_link_t() function48 android_namespace_t* linked_namespace() const { in linked_namespace()52 const std::unordered_set<std::string>& shared_lib_sonames() const { in shared_lib_sonames()56 bool is_accessible(const char* soname) const { in is_accessible()63 bool allow_all_shared_libs() const { in allow_all_shared_libs()69 const std::unordered_set<std::string> shared_lib_sonames_;70 bool allow_all_shared_libs_;