Home
last modified time | relevance | path

Searched refs:getTempDir (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DIoTestCase.java129 protected final File getTempDir() throws IOException { in getTempDir() method in IoTestCase
142 return File.createTempFile("test", null, getTempDir()); in createTempFile()
DFilesTest.java378 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()
/external/deqp/scripts/
Dmake_release.py324 def getTempDir (): function
332 tmpPath = getTempDir()