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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsException.java78 if (lastError() == ERROR_FILE_NOT_FOUND || lastError() == ERROR_PATH_NOT_FOUND)
H A DWindowsConstants.java88 public static final int ERROR_FILE_NOT_FOUND = 2; field in class:WindowsConstants
H A DWindowsFileSystemProvider.java256 (x.lastError() == ERROR_FILE_NOT_FOUND ||
/openjdk7/jdk/src/windows/native/java/io/
H A Ddirent_md.c99 if (GetLastError() != ERROR_FILE_NOT_FOUND) {
H A Dcanonicalize_md.c207 if ((errval == ERROR_FILE_NOT_FOUND)
H A DWinNTFileSystem_md.c662 if (GetLastError() != ERROR_FILE_NOT_FOUND) {
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java96 private static final int ERROR_FILE_NOT_FOUND = 2; field in class:WindowsPreferences
150 } else if (result[ERROR_CODE] == ERROR_FILE_NOT_FOUND) {
665 if (result != ERROR_SUCCESS && result != ERROR_FILE_NOT_FOUND) {
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp215 if (lasterror == ERROR_FILE_NOT_FOUND) {
H A Dos_windows.cpp1083 if (GetLastError() != ERROR_FILE_NOT_FOUND) {

Completed in 102 milliseconds