Home
last modified time | relevance | path

Searched refs:testFile (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java344 File testFile = null; in getTestFile() local
346 testFile = FileUtil.findFile(filename, abi, testsDir); in getTestFile()
347 if (testFile != null) { in getTestFile()
348 return testFile; in getTestFile()
355 testFile = mBuildInfo.stageRemoteFile(filename, testsDir); in getTestFile()
356 if (testFile != null) { in getTestFile()
358 testFile = FileUtil.findFile(filename, abi, testsDir); in getTestFile()
359 if (testFile != null) { in getTestFile()
360 return testFile; in getTestFile()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsCoveragePreparerTest.java222 File testFile = new File(mTestDir, fileName); in createTestFile() local
223 testFile.createNewFile(); in createTestFile()
224 return testFile; in createTestFile()