Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java361 File tmpFolder1 = new File(tempFolder, "folder1"); in test_getCanonicalPath() local
362 tmpFolder1.deleteOnExit(); in test_getCanonicalPath()
364 File tmpFolder2 = new File(tmpFolder1.toString() + "/folder2"); in test_getCanonicalPath()