Home
last modified time | relevance | path

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

/frameworks/base/native/webview/loader/
Dloader.cpp70 jobject clazzLoader) { in DoCreateRelroFile() argument
89 android::FindNamespaceByClassLoader(env, clazzLoader); in DoCreateRelroFile()
121 jobject clazzLoader) { in DoLoadWithRelroFile() argument
128 android::FindNamespaceByClassLoader(env, clazzLoader); in DoLoadWithRelroFile()
160 jobject clazzLoader) { in CreateRelroFile() argument
166 ret = DoCreateRelroFile(env, lib_utf8, relro_utf8, clazzLoader); in CreateRelroFile()
175 jobject clazzLoader) { in LoadWithRelroFile() argument
181 ret = DoLoadWithRelroFile(env, lib_utf8, relro_utf8, clazzLoader); in LoadWithRelroFile()
/frameworks/base/core/java/android/webkit/
DWebViewFactory.java174 public static Class<WebViewFactoryProvider> getWebViewProviderClass(ClassLoader clazzLoader) in getWebViewProviderClass() argument
177 true, clazzLoader); in getWebViewProviderClass()
185 ClassLoader clazzLoader) { in loadWebViewNativeLibraryFromPackage() argument
218 int loadNativeRet = WebViewLibraryLoader.loadNativeLibrary(clazzLoader, libraryFileName); in loadWebViewNativeLibraryFromPackage()
414 ClassLoader clazzLoader = webViewContext.getClassLoader(); in getProviderClass() local
417 WebViewLibraryLoader.loadNativeLibrary(clazzLoader, in getProviderClass()
423 return getWebViewProviderClass(clazzLoader); in getProviderClass()
DWebViewLibraryLoader.java206 public static int loadNativeLibrary(ClassLoader clazzLoader, String libraryFileName) { in loadNativeLibrary() argument
214 int result = nativeLoadWithRelroFile(libraryFileName, relroPath, clazzLoader); in loadNativeLibrary()
224 static native boolean nativeCreateRelroFile(String lib, String relro, ClassLoader clazzLoader); in nativeCreateRelroFile() argument
225 static native int nativeLoadWithRelroFile(String lib, String relro, ClassLoader clazzLoader); in nativeLoadWithRelroFile() argument