Home | History | Annotate | Download | only in runtime

Lines Matching refs:RTLD_LAZY

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;