Searched refs:relroPath (Results 1 – 1 of 1) sorted by relevance
212 String relroPath = VMRuntime.getRuntime().is64Bit() ? CHROMIUM_WEBVIEW_NATIVE_RELRO_64 : in loadNativeLibrary() local214 int result = nativeLoadWithRelroFile(libraryFileName, relroPath, clazzLoader); in loadNativeLibrary()