Home
last modified time | relevance | path

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

/aosp12/art/libnativeloader/
H A Dnative_loader.cpp74 android_namespace_t* boot_namespace = android_get_exported_namespace(name->c_str()); in FindExportedNamespace() local
75 LOG_ALWAYS_FATAL_IF((boot_namespace == nullptr), in FindExportedNamespace()
77 return boot_namespace; in FindExportedNamespace()
218 android_namespace_t* boot_namespace = FindExportedNamespace(caller_location); in OpenNativeLibrary() local
219 if (boot_namespace != nullptr) { in OpenNativeLibrary()
222 .library_namespace = boot_namespace, in OpenNativeLibrary()