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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java80 if (lastError() == ERROR_FILE_EXISTS || lastError() == ERROR_ALREADY_EXISTS)
H A DWindowsConstants.java96 public static final int ERROR_FILE_EXISTS = 80; field in class:WindowsConstants
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c560 if ((error != ERROR_FILE_EXISTS) && (error != ERROR_ALREADY_EXISTS)) {

Completed in 32 milliseconds