Home
last modified time | relevance | path

Searched refs:resFile (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java279 File resFile = null; in logOutputFile() local
283 resFile = mTestDevice.pullFileFromExternal(mOutputFile); in logOutputFile()
284 if (resFile != null) { in logOutputFile()
286 CLog.d("Sending %d byte file %s into the logosphere!", resFile.length(), resFile); in logOutputFile()
287 outputSource = new FileInputStreamSource(resFile); in logOutputFile()
294 parseOutputFile(test, resFile, listener); in logOutputFile()
297 FileUtil.deleteFile(resFile); in logOutputFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteFileUtilTest.java74 File resFile = null; in testFetchRemoteFile() local
76 resFile = in testFetchRemoteFile()
80 assertTrue(resFile.getName().startsWith("kernel")); in testFetchRemoteFile()
82 FileUtil.deleteFile(resFile); in testFetchRemoteFile()
110 File resFile = in testFetchRemoteFile_fail() local
112 assertNull(resFile); in testFetchRemoteFile_fail()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java84 File resFile = new File(argList.remove(0)); in parse() local
133 pw = new PrintWriter(resFile); in parse()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java91 String resFile = (String) EasyMock.getCurrentArguments()[6]; in expectDumpCmd()
95 new File(resFile)); in expectDumpCmd()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...