Searched refs:nativeLibraryPaths (Results 1 – 1 of 1) sorted by relevance
468 private static int prepareWebViewInSystemServer(String[] nativeLibraryPaths) { in prepareWebViewInSystemServer() argument477 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() argument644 if (nativeLibraryPaths == null in createRelroFile()645 || nativeLibraryPaths[0] == null || nativeLibraryPaths[1] == null) { in createRelroFile()650 … RelroFileCreator.class.getName(), nativeLibraryPaths, "WebViewLoader-" + abi, abi, in createRelroFile()