Searched refs:notStarts (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/file/Path/
H A DPathOps.java126 PathOps notStarts(String prefix) { method in class:PathOps
291 .notStarts("C")
292 .notStarts("C:")
293 .notStarts("");
297 .notStarts("C")
298 .notStarts("");
307 .notStarts("C:")
308 .notStarts("C")
309 .notStarts("C:foo")
310 .notStarts("");
[all...]
/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java129 PathOps notStarts(String prefix) { method in class:PathOps
257 .notStarts("/");
260 .notStarts("/foo");
264 .notStarts("/f")
265 .notStarts("");
271 .notStarts("/f")
272 .notStarts("foo")
273 .notStarts("foo/bar")
274 .notStarts("");
277 .notStarts("
[all...]

Completed in 600 milliseconds