Searched refs:testFilePath (Results 1 – 1 of 1) sorted by relevance
193 val testFilePath = File(context.getCacheDir(), "temp") in createTestFile() constant194 testFilePath.mkdir() in createTestFile()195 return File.createTempFile("test", extension, testFilePath) in createTestFile()