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

/openjdk9/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java63 static WindowsFileStore create(String root, boolean ignoreNotReady) argument
69 if (ignoreNotReady && x.lastError() == ERROR_NOT_READY)

Completed in 34 milliseconds