Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java368 File tmpFolder3 = new File(tmpFolder2.toString() + "/folder3"); in test_getCanonicalPath() local
369 tmpFolder3.mkdirs(); in test_getCanonicalPath()
370 tmpFolder3.deleteOnExit(); in test_getCanonicalPath()
372 File tmpFolder4 = new File(tmpFolder3.toString() + "/folder4"); in test_getCanonicalPath()
391 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
397 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()