Searched refs:NativeBridgeLinkNamespaces (Results 1 – 5 of 5) sorted by relevance
/system/core/libnativebridge/ |
D | native_bridge_lazy.cc | 147 bool NativeBridgeLinkNamespaces(struct native_bridge_namespace_t* from, in NativeBridgeLinkNamespaces() function 150 static auto f = GET_FUNC_PTR(NativeBridgeLinkNamespaces); in NativeBridgeLinkNamespaces()
|
D | libnativebridge.map.txt | 28 NativeBridgeLinkNamespaces;
|
D | native_bridge.cc | 602 bool NativeBridgeLinkNamespaces(native_bridge_namespace_t* from, native_bridge_namespace_t* to, in NativeBridgeLinkNamespaces() function
|
/system/core/libnativebridge/include/nativebridge/ |
D | native_bridge.h | 154 bool NativeBridgeLinkNamespaces(struct native_bridge_namespace_t* from,
|
/system/core/libnativeloader/ |
D | native_loader.cpp | 402 if (!NativeBridgeLinkNamespaces(ns, nullptr, system_exposed_libraries.c_str())) { in Create() 409 if (!NativeBridgeLinkNamespaces(ns, runtime_ns, runtime_exposed_libraries.c_str())) { in Create() 415 if (!NativeBridgeLinkNamespaces(ns, vendor_ns, vendor_public_libraries_.c_str())) { in Create()
|