Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/file/Path/
DMisc.java38 static boolean supportsLinks; field in Misc
101 if (supportsLinks) { in testToRealPath()
111 if (supportsLinks) { in testToRealPath()
120 if (supportsLinks) { in testToRealPath()
/libcore/ojluni/src/test/java/nio/file/
DTestUtil.java108 static public boolean supportsLinks(Path dir) { in supportsLinks() method in TestUtil
/libcore/ojluni/src/test/java/nio/file/attribute/
DPosixFileAttributeViewTest.java179 if (TestUtil.supportsLinks(dir)) { in permissionTests()