Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/file/Path/
DMisc.java86 Path doesNotExist = dir.resolve("DoesNotExist"); in testToRealPath() local
88 doesNotExist.toRealPath(); in testToRealPath()
93 doesNotExist.toRealPath(NOFOLLOW_LINKS); in testToRealPath()
121 Path broken = Files.createSymbolicLink(link, doesNotExist); in testToRealPath()