Home
last modified time | relevance | path

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

/external/libmojo/base/android/library_loader/
Dlibrary_loader_hooks.h40 BASE_EXPORT bool RegisterLibraryLoaderEntryHook(JNIEnv* env);
Dlibrary_loader_hooks.cc195 bool RegisterLibraryLoaderEntryHook(JNIEnv* env) { in RegisterLibraryLoaderEntryHook() function
/external/libmojo/base/android/
Dbase_jni_onload.cc18 return RegisterLibraryLoaderEntryHook(env); in RegisterJNI()