Home
last modified time | relevance | path

Searched refs:candidateName (Results 1 – 2 of 2) sorted by relevance

/libcore/support/src/test/java/libcore/testing/io/
DTestIoUtils.java32 String candidateName = prefix + nextRandomInt(); in createTemporaryDirectory() local
33 File result = new File(System.getProperty("java.io.tmpdir"), candidateName); in createTemporaryDirectory()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java268 String candidateName = prefix + Math.randomIntInternal(); in createTemporaryDirectory() local
269 File result = new File(System.getProperty("java.io.tmpdir"), candidateName); in createTemporaryDirectory()