Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java172 File resultFile = null; in getResultFromDir() local
174 resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultFromDir()
175 if (!resultFile.exists()) { in getResultFromDir()
194 parser.setInput(new FileReader(resultFile)); in getResultFromDir()
343 resultFile.getAbsolutePath())); in getResultFromDir()
406 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local
407 OutputStream stream = new FileOutputStream(resultFile); in writeResults()
577 return resultFile; in writeResults()
685 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultDirectories() local
686 if (!resultFile.exists()) { in getResultDirectories()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java442 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir() local
443 writer = new FileWriter(resultFile); in writeResultDir()