Searched defs:PathOps (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java33 public class PathOps { class
42 private PathOps(String s) { method in class:PathOps
60 throw new RuntimeException("PathOps failed");
86 PathOps root(String expected) {
93 PathOps parent(String expected) {
100 PathOps name(String expected) {
107 PathOps element(int index, String expected) {
114 PathOps subpath(int startIndex, int endIndex, String expected) {
121 PathOps starts(String prefix) {
129 PathOps notStart
[all...]
/openjdk7/jdk/test/java/nio/file/Path/
H A DPathOps.java31 public class PathOps { class
39 private PathOps(String first, String... more) { method in class:PathOps
57 throw new RuntimeException("PathOps failed");
83 PathOps root(String expected) {
90 PathOps parent(String expected) {
97 PathOps name(String expected) {
104 PathOps element(int index, String expected) {
111 PathOps subpath(int startIndex, int endIndex, String expected) {
118 PathOps starts(String prefix) {
126 PathOps notStart
[all...]

Completed in 29 milliseconds