Searched refs:exported_ns (Results 1 – 1 of 1) sorted by relevance
385 Result<NativeLoaderNamespace> exported_ns = in LinkNativeLoaderNamespaceToExportedNamespaceLibrary() local387 if (!exported_ns.ok()) { in LinkNativeLoaderNamespaceToExportedNamespaceLibrary()388 *error_msg = strdup(exported_ns.error().message().c_str()); in LinkNativeLoaderNamespaceToExportedNamespaceLibrary()392 Result<void> linked = ns->Link(&exported_ns.value(), std::string(library_name)); in LinkNativeLoaderNamespaceToExportedNamespaceLibrary()