Searched defs:getNameCount (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DPath.java155 * subpath(0, getNameCount()-1);
168 int getNameCount(); method in interface:Path
176 * has index {@link #getNameCount count}{@code -1}.
197 * <em>farthest</em> from the root has index {@link #getNameCount
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java312 public int getNameCount() { method in class:UnixPath
422 int bn = this.getNameCount();
423 int cn = other.getNameCount();
484 final int count = getNameCount();
617 int thisOffsetCount = getNameCount();
618 int thatOffsetCount = that.getNameCount();
679 int thisOffsetCount = getNameCount();
680 int thatOffsetCount = that.getNameCount();
844 for (int i=0; i<absolute.getNameCount(); i++) {
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java394 int bn = this.getNameCount();
395 int cn = other.getNameCount();
425 final int count = getNameCount();
604 public int getNameCount() { method in class:WindowsPath
663 int thisCount = getNameCount();
664 int otherCount = other.getNameCount();
694 int thisCount = this.getNameCount();
695 int otherCount = other.getNameCount();
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java117 public int getNameCount() { method in class:ZipPath
240 int mc = this.getNameCount();
241 int oc = o.getNameCount();
496 int nc = getNameCount();
607 return (i < getNameCount());
612 if (i < getNameCount()) {
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java391 public int getNameCount() { method in class:PassThroughFileSystem.PassThroughPath
392 return delegate.getNameCount();

Completed in 40 milliseconds