Searched defs:android_namespace_link_t (Results 1 – 1 of 1) sorted by relevance
41 struct android_namespace_link_t { struct43 android_namespace_link_t(android_namespace_t* linked_namespace, in android_namespace_link_t() function50 android_namespace_t* linked_namespace() const { in linked_namespace()54 const std::unordered_set<std::string>& shared_lib_sonames() const { in shared_lib_sonames()58 bool is_accessible(const char* soname) const { in is_accessible()65 bool allow_all_shared_libs() const { in allow_all_shared_libs()71 const std::unordered_set<std::string> shared_lib_sonames_;72 bool allow_all_shared_libs_;