Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c39 void *libgdx = dlopen("libgdx.so", RTLD_LAZY); in main() local
40 if(libgdx == NULL) { in main()
43 gdx2d_load = dlsym(libgdx, "gdx2d_load"); in main()
44 gdx2d_free = dlsym(libgdx, "gdx2d_free"); in main()
46 dlclose(libgdx); in main()
60 dlclose(libgdx); in main()