HomeSort by relevance Sort by last modified time
    Searched refs:android_namespace_link_t (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_namespaces.h 40 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_;
linker.cpp     [all...]

Completed in 1369 milliseconds