Searched defs:file1 (Results 1 – 6 of 6) sorted by relevance
92 File file1 = mHostResourceManager.getFile("key1"); in testSetUpHostResources() local
275 File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_createCache() local301 final File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_cacheExceeded() local
566 val file1 = File(top, "file1").apply { createNewFile() } in Test for --strict-input-files-exempt() constant
132 File file1 = new File(tmpParentDir, "foo.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()