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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java94 public static final int ERROR_NOT_READY = 21; field in class:WindowsConstants
H A DWindowsFileStore.java69 if (ignoreNotReady && x.lastError() == ERROR_NOT_READY)

Completed in 29 milliseconds