Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1022 String canonicalTmpDir = Os.realpath(tmpDir.getAbsolutePath()); in test_realpath() local
1025 assertEquals(canonicalTmpDir, in test_realpath()
1026 Os.realpath(canonicalTmpDir + "/./../" + tmpDir.getName())); in test_realpath()
1035 assertEquals(canonicalTmpDir + "/target", in test_realpath()
1036 Os.realpath(canonicalTmpDir + "/link")); in test_realpath()