Lines Matching full:dlopen
523 // The void* returned by dlopen(3).
3163 // Below we dlopen but there is no paired dlclose, this would be necessary if we supported
3165 // dlopen) becomes zero from dlclose.
3170 void* handle = dlopen(path.empty() ? NULL : path.c_str(), RTLD_LAZY);
3173 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_LAZY) returned " << handle << "]";
3177 LOG(ERROR) << "dlopen(\"" << path << "\", RTLD_LAZY) failed: " << detail;