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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsDirectoryStream.java145 private Path acceptEntry(String s, BasicFileAttributes attrs) { method in class:WindowsDirectoryStream.WindowsDirectoryIterator
161 nextEntry = isSelfOrParent(first) ? null : acceptEntry(first, null);
200 Path entry = acceptEntry(name, attrs);

Completed in 30 milliseconds