Searched defs:file2 (Results 1 – 9 of 9) sorted by relevance
93 File file2 = mHostResourceManager.getFile("key2"); in testSetUpHostResources() local
48 val file2 = in check multiple signature files() constant
99 val file2 = in check compatibility api released multiple files() constant
296 File file2 = null; in testBuildGceCommandWithExtraFiles() local
69 File file2 = FileUtil.createTempFile("file2", ".txt", tmpDir2); in testDownloadLaunchFailureLogs() local
305 final File file2 = new File(cacheRoot, "anotherpath"); in testConstructor_cacheExceeded() local
149 File file2 = new File(tmpParentDir, "bar.txt"); in testCreateAndExtractZip_fromFiles() local
377 private boolean compareFiles(File file1, File file2) throws IOException { in compareFiles()
828 public static boolean compareFileContents(File file1, File file2) throws IOException { in compareFileContents()