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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java441 String name = elementAsString(i);
609 private String elementAsString(int i) { method in class:WindowsPath
621 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", elementAsString(index));
640 sb.append(elementAsString(i));
667 String thisElement = this.elementAsString(otherCount);
668 String otherElement = other.elementAsString(otherCount);
714 String thisElement = this.elementAsString(off + otherCount);
715 String otherElement = other.elementAsString(otherCount);

Completed in 31 milliseconds