Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java372 File tmpFolder4 = new File(tmpFolder3.toString() + "/folder4"); in test_getCanonicalPath() local
373 tmpFolder4.mkdirs(); in test_getCanonicalPath()
374 tmpFolder4.deleteOnExit(); in test_getCanonicalPath()
394 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()
400 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath()); in test_getCanonicalPath()