Home
last modified time | relevance | path

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

/system/core/libnativeloader/
Dnative_loader.cpp179 android_namespace_t* vndk_ns = nullptr; in Create() local
198 vndk_ns = android_get_exported_namespace(kVndkNamespaceName); in Create()
199 LOG_ALWAYS_FATAL_IF(vndk_ns == nullptr, in Create()
230 if (vndk_ns != nullptr && !system_vndksp_libraries_.empty()) { in Create()
232 if (!android_link_namespaces(ns, vndk_ns, system_vndksp_libraries_.c_str())) { in Create()