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/
DGCSTestResourceProviderTest.java77 File file1 = buildInfo.getFile("key1"); in testGetBuild() local
DFileDownloadCacheFuncTest.java273 File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_createCache() local
299 final File file1 = new File(cacheRoot, REMOTE_PATH); in testConstructor_cacheExceeded() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DZipUtilTest.java121 File file1 = new File(tmpParentDir, "foo.txt"); in testCreateAndExtractZip_fromFiles() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java358 private boolean compareFiles(File file1, File file2) throws IOException { in compareFiles()
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java716 public static boolean compareFileContents(File file1, File file2) throws IOException { in compareFileContents()