Searched refs:readFile (Results 1 – 2 of 2) sorted by relevance
95 String expected = readFile(fileNameExpected); in runTest()115 String original = readFile(PATH_WEBVIEW_PREFIX + "resources/js-test.js"); in ensureJsTestCopied()122 private static String readFile(String fileName) throws IOException { in readFile() method in WebViewLayoutTest
80 static byte[] readFile(File file) { in readFile() method in Util