Searched defs:nativeLibraryPaths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java221 private static void prepareWebViewInSystemServer(String[] nativeLibraryPaths) { argument
224 // We must always trigger createRelRo regardless of the value of nativeLibraryPaths. Any
229 createRelroFile(false /* is64Bit */, nativeLibraryPaths);
234 createRelroFile(true /* is64Bit */, nativeLibraryPaths);
312 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { argument
330 if (nativeLibraryPaths == null
331 || nativeLibraryPaths[0] == null || nativeLibraryPaths[1] == null) {
336 RelroFileCreator.class.getName(), nativeLibraryPaths, "WebViewLoader-" + abi, abi,

Completed in 49 milliseconds