Searched refs:boot_namespace (Results 1 – 1 of 1) sorted by relevance
74 android_namespace_t* boot_namespace = android_get_exported_namespace(name->c_str()); in FindExportedNamespace() local75 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() local219 if (boot_namespace != nullptr) { in OpenNativeLibrary()222 .library_namespace = boot_namespace, in OpenNativeLibrary()