HomeSort by relevance Sort by last modified time
    Searched refs:clazzLoader (Results 1 - 5 of 5) sorted by null

  /frameworks/base/native/webview/loader/
loader.cpp 109 jobject clazzLoader) {
116 android::FindNamespaceByClassLoader(env, clazzLoader);
161 jobject clazzLoader) {
167 ret = DoLoadWithRelroFile(env, lib_utf8, relro_utf8, clazzLoader);
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 174 public static Class<WebViewFactoryProvider> getWebViewProviderClass(ClassLoader clazzLoader)
177 true, clazzLoader);
185 ClassLoader clazzLoader) {
218 int loadNativeRet = WebViewLibraryLoader.loadNativeLibrary(clazzLoader, libraryFileName);
450 ClassLoader clazzLoader = webViewContext.getClassLoader();
453 WebViewLibraryLoader.loadNativeLibrary(clazzLoader,
459 return getWebViewProviderClass(clazzLoader);
WebViewLibraryLoader.java 236 * @param clazzLoader class loader used to find the linker namespace to load the library into.
239 public static int loadNativeLibrary(ClassLoader clazzLoader, String libraryFileName) {
247 int result = nativeLoadWithRelroFile(libraryFileName, relroPath, clazzLoader);
357 static native int nativeLoadWithRelroFile(String lib, String relro, ClassLoader clazzLoader);
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 86 milliseconds