Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewFactory.java512 int result = nativeLoadWithRelroFile(args[0] /* path32 */, in loadNativeLibrary()
535 private static native int nativeLoadWithRelroFile(String lib32, String lib64, in nativeLoadWithRelroFile() method in WebViewFactory