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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java307 private WindowsPath emptyPath() { method in class:WindowsPath
384 return emptyPath();
504 return (root.length() == 0) ? emptyPath() : getRoot();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java253 private UnixPath emptyPath() { method in class:UnixPath
412 return emptyPath();
577 return isAbsolute ? getFileSystem().rootDirectory() : emptyPath();

Completed in 33 milliseconds