Searched refs:candidateName (Results 1 – 2 of 2) sorted by relevance
32 String candidateName = prefix + nextRandomInt(); in createTemporaryDirectory() local33 File result = new File(System.getProperty("java.io.tmpdir"), candidateName); in createTemporaryDirectory()
268 String candidateName = prefix + Math.randomIntInternal(); in createTemporaryDirectory() local269 File result = new File(System.getProperty("java.io.tmpdir"), candidateName); in createTemporaryDirectory()