Searched refs:testFile (Results 1 – 2 of 2) sorted by relevance
335 File testFile = null; in getTestFile() local338 testFile = FileUtil.findFile(filename, abi, testDir); in getTestFile()343 if (testFile != null) { in getTestFile()344 return testFile; in getTestFile()
222 File testFile = new File(mTestDir, fileName); in createTestFile() local223 testFile.createNewFile(); in createTestFile()224 return testFile; in createTestFile()