Home
last modified time | relevance | path

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

/libnativehelper/
Dlibnativehelper_lazy.c80 static void* LoadLibnativehelper(int dlopen_flags) { in LoadLibnativehelper() function
88 return LoadLibnativehelper(RTLD_NOLOAD) != NULL; in IsLibnativehelperLoaded()
103 void* handle = LoadLibnativehelper(RTLD_NOW); in InitializeOnce()