Searched refs:getNameCount (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractPath.java75 return (i < getNameCount());
79 if (i < getNameCount()) {
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DPath.java155 * subpath(0,&nbsp;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/test/java/nio/file/Files/walkFileTree/
H A DMaxDepth.java44 return (rp.getFileName().toString().equals("")) ? 0 : rp.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();
H A DWindowsLinkSupport.java356 while (elem < path.getNameCount()) {
380 int count = path.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();
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java558 while (path != null && path.getNameCount() != 0) {
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java487 while (path != null && path.getNameCount() != 0) {

Completed in 47 milliseconds