Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0670/
Dpoc.c31 void *lib_handle = dlopen(libName, RTLD_NOW); in runDlopenDlcloseLibraryLoop() local
32 if (!lib_handle) { in runDlopenDlcloseLibraryLoop()
35 if (dlclose(lib_handle)) { in runDlopenDlcloseLibraryLoop()