Searched refs:doesNotExist (Results 1 – 1 of 1) sorted by relevance
86 Path doesNotExist = dir.resolve("DoesNotExist"); in testToRealPath() local88 doesNotExist.toRealPath(); in testToRealPath()93 doesNotExist.toRealPath(NOFOLLOW_LINKS); in testToRealPath()121 Path broken = Files.createSymbolicLink(link, doesNotExist); in testToRealPath()