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
102 val file2 = in check compatibility api released multiple files() constant
68 File file2 = FileUtil.createTempFile("file2", ".txt", tmpDir2); in testDownloadLaunchFailureLogs() local
500 File file2 = FileUtil.createTempFile("test_file2", ".txt"); in testBuildGceCommandWithExtraFiles() 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()
830 public static boolean compareFileContents(File file1, File file2) throws IOException { in compareFileContents()