Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewFactory.java468 private static int prepareWebViewInSystemServer(String[] nativeLibraryPaths) { in prepareWebViewInSystemServer() argument
477 createRelroFile(false /* is64Bit */, nativeLibraryPaths); in prepareWebViewInSystemServer()
483 createRelroFile(true /* is64Bit */, nativeLibraryPaths); in prepareWebViewInSystemServer()
626 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { in createRelroFile() argument
644 if (nativeLibraryPaths == null in createRelroFile()
645 || nativeLibraryPaths[0] == null || nativeLibraryPaths[1] == null) { in createRelroFile()
650 … RelroFileCreator.class.getName(), nativeLibraryPaths, "WebViewLoader-" + abi, abi, in createRelroFile()