Searched refs:testDefFile (Results 1 – 1 of 1) sorted by relevance
208 for (File testDefFile : mLocalFiles) { in buildTests()209 parseFile(parser, testDefFile); in buildTests()211 for (File testDefFile : getRemoteFile(mRemotePaths)) { in buildTests()213 parseFile(parser, testDefFile); in buildTests()215 testDefFile.delete(); in buildTests()257 private void parseFile(XmlDefsParser parser, File testDefFile) { in parseFile() argument260 testDefFile.getAbsolutePath())); in parseFile()261 parser.parse(new FileInputStream(testDefFile)); in parseFile()264 testDefFile.getAbsolutePath())); in parseFile()267 testDefFile.getAbsolutePath(), e.getMessage())); in parseFile()