Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java364 File tmpFolder2 = new File(tmpFolder1.toString() + "/folder2"); in test_getCanonicalPath() local
365 tmpFolder2.mkdirs(); in test_getCanonicalPath()
366 tmpFolder2.deleteOnExit(); in test_getCanonicalPath()
368 File tmpFolder3 = new File(tmpFolder2.toString() + "/folder3"); in test_getCanonicalPath()
385 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
388 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()