Searched refs:canonicalTmpDir (Results 1 – 1 of 1) sorted by relevance
1022 String canonicalTmpDir = Os.realpath(tmpDir.getAbsolutePath()); in test_realpath() local1025 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()