Home
last modified time | relevance | path

Searched refs:NativeBridgeLinkNamespaces (Results 1 – 5 of 5) sorted by relevance

/system/core/libnativebridge/
Dnative_bridge_lazy.cc147 bool NativeBridgeLinkNamespaces(struct native_bridge_namespace_t* from, in NativeBridgeLinkNamespaces() function
150 static auto f = GET_FUNC_PTR(NativeBridgeLinkNamespaces); in NativeBridgeLinkNamespaces()
Dlibnativebridge.map.txt28 NativeBridgeLinkNamespaces;
Dnative_bridge.cc602 bool NativeBridgeLinkNamespaces(native_bridge_namespace_t* from, native_bridge_namespace_t* to, in NativeBridgeLinkNamespaces() function
/system/core/libnativebridge/include/nativebridge/
Dnative_bridge.h154 bool NativeBridgeLinkNamespaces(struct native_bridge_namespace_t* from,
/system/core/libnativeloader/
Dnative_loader.cpp402 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()