Searched refs:oldTmpDir (Results 1 – 1 of 1) sorted by relevance
352 final String oldTmpDir = System.getProperty("java.io.tmpdir"); in testJavaIoTmpdirMutable() local354 final String newTmpDir = oldTmpDir + directoryName; in testJavaIoTmpdirMutable()355 File subDir = new File(oldTmpDir, directoryName); in testJavaIoTmpdirMutable()362 System.setProperty("java.io.tmpdir", oldTmpDir); in testJavaIoTmpdirMutable()