Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/io/
DFileTest.java352 final String oldTmpDir = System.getProperty("java.io.tmpdir"); in testJavaIoTmpdirMutable() local
354 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()