Searched refs:getTempDir (Results 1 – 3 of 3) sorted by relevance
129 protected final File getTempDir() throws IOException { in getTempDir() method in IoTestCase142 return File.createTempFile("test", null, getTempDir()); in createTempFile()
378 File file = file(getTempDir(), "nonexistent.file"); in testCreateParentDirs_noParentsNeeded()384 File file = file(getTempDir(), "parent", "nonexistent.file"); in testCreateParentDirs_oneParentNeeded()396 File file = file(getTempDir(), "grandparent", "parent", "nonexistent.file"); in testCreateParentDirs_multipleParentsNeeded()
324 def getTempDir (): function332 tmpPath = getTempDir()