Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewLibraryLoader.java214 int result = nativeLoadWithRelroFile(libraryFileName, relroPath, clazzLoader); in loadNativeLibrary()
225 static native int nativeLoadWithRelroFile(String lib, String relro, ClassLoader clazzLoader); in nativeLoadWithRelroFile() method in WebViewLibraryLoader