Searched refs:testFile (Results 1 – 2 of 2) sorted by relevance
344 File testFile = null; in getTestFile() local346 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()
222 File testFile = new File(mTestDir, fileName); in createTestFile() local223 testFile.createNewFile(); in createTestFile()224 return testFile; in createTestFile()