Home
last modified time | relevance | path

Searched defs:file2 (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/host/gcs/
DGCSHostResourceManagerTest.java93 File file2 = mHostResourceManager.getFile("key2"); in testSetUpHostResources() local
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt567 val file2 = File(top, "file2").apply { createNewFile() } in Test for --strict-input-files-exempt() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java306 final File file2 = new File(cacheRoot, "anotherpath"); in testConstructor_cacheExceeded() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DZipUtilTest.java133 File file2 = new File(tmpParentDir, "bar.txt"); in testCreateAndExtractZip_fromFiles() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java363 private boolean compareFiles(File file1, File file2) throws IOException { in compareFiles()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java751 public static boolean compareFileContents(File file1, File file2) throws IOException { in compareFileContents()