Searched defs:file1 (Results 1 – 6 of 6) sorted by relevance
92 File file1 = mHostResourceManager.getFile("key1"); in testSetUpHostResources() local
77 File file1 = buildInfo.getFile("key1"); in testGetBuild() local
273 File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_createCache() local299 final File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_cacheExceeded() local
121 File file1 = new File(tmpParentDir, "foo.txt"); in testCreateAndExtractZip_fromFiles() local
358 private boolean compareFiles(File file1, File file2) throws IOException { in compareFiles()
716 public static boolean compareFileContents(File file1, File file2) throws IOException { in compareFileContents()