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

/bionic/linker/
H A Dlinker_namespaces.h40 struct android_namespace_link_t { struct
42 android_namespace_link_t(android_namespace_t* linked_namespace, function in struct:android_namespace_link_t
104 const std::vector<android_namespace_link_t>& linked_namespaces() const {
109 linked_namespaces_.push_back(android_namespace_link_t(linked_namespace, shared_lib_sonames));
150 std::vector<android_namespace_link_t> linked_namespaces_;

Completed in 47 milliseconds