Searched refs:RelroFileCreator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewLibraryLoader.java61 * RelroFileCreator is a static class (without access to the outer class) to avoid accidentally
63 * the child process in which RelroFileCreator operates, and the app process in which the static
66 private static class RelroFileCreator { class in class:WebViewLibraryLoader
73 Log.e(LOGTAG, "Invalid RelroFileCreator args: " + Arrays.toString(args));
76 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), lib: " + args[0]);
128 RelroFileCreator.class.getName(), new String[] { nativeLib.path },

Completed in 44 milliseconds