Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/host/gcs/
DGCSHostResourceManagerTest.java92 File file1 = mHostResourceManager.getFile("key1"); in testSetUpHostResources() local
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java275 File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_createCache() local
301 final File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_cacheExceeded() local
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt566 val file1 = File(top, "file1").apply { createNewFile() } in Test for --strict-input-files-exempt() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DZipUtilTest.java132 File file1 = new File(tmpParentDir, "foo.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()