Searched defs:file2 (Results 1 – 6 of 6) sorted by relevance
93 File file2 = mHostResourceManager.getFile("key2"); in testSetUpHostResources() local
567 val file2 = File(top, "file2").apply { createNewFile() } in Test for --strict-input-files-exempt() constant
306 final File file2 = new File(cacheRoot, "anotherpath"); in testConstructor_cacheExceeded() local
133 File file2 = new File(tmpParentDir, "bar.txt"); in testCreateAndExtractZip_fromFiles() local
363 private boolean compareFiles(File file1, File file2) throws IOException { in compareFiles()
751 public static boolean compareFileContents(File file1, File file2) throws IOException { in compareFileContents()