Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java226 public File getDir() throws FileNotFoundException { in getDir() method in CompatibilityBuildHelper
242 return new File(getDir(), "results"); in getResultsDir()
259 return new File(getDir(), "logs"); in getLogsDir()
277 File subPlansDir = new File(getDir(), "subplans"); in getSubPlansDir()
299 testsDir = new File(getDir(), "testcases"); in getTestsDir()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelperTest.java135 mHelper.getDir(); in testValidation()
158 mHelper.getDir().getAbsolutePath()); in testDirs()