Searched refs:ERROR_FILE_NOT_FOUND (Results 1 – 25 of 39) sorted by relevance
12
80 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) in StatSingleFile()113 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) in StatAllFilesInDir()273 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) { in RemoveFile()291 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) { in RemoveFile()301 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) { in RemoveFile()
117 if (error == ERROR_FILE_NOT_FOUND) { in Start()
570 if (res_lm != ERROR_SUCCESS && res_lm != ERROR_FILE_NOT_FOUND) {576 if (res_cu != ERROR_SUCCESS && res_cu != ERROR_FILE_NOT_FOUND) {581 if (res_lm == ERROR_FILE_NOT_FOUND && res_cu == ERROR_FILE_NOT_FOUND) {
26 case ERROR_FILE_NOT_FOUND: // 2 in winerror_to_errno()
33 res = ERROR_FILE_NOT_FOUND; in Open()
541 ::SetLastError(ERROR_FILE_NOT_FOUND); in Find()810 if (lastError == ERROR_FILE_NOT_FOUND) in Next()
345 # define ENOENT ERROR_FILE_NOT_FOUND
73 else if(GetLastError() != ERROR_FILE_NOT_FOUND) { in getfiletime()
136 case ERROR_FILE_NOT_FOUND: return UV_ENOENT; in uv_translate_sys_error()
1052 err = ERROR_FILE_NOT_FOUND; in uv_spawn()
170 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory); in mapWindowsError()
262 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory); in mapWindowsError()
237 case ERROR_FILE_NOT_FOUND: in OSErrorToFileError()
119 return (error_code == ERROR_FILE_NOT_FOUND || in DoDeleteFile()
309 // We get ERROR_FILE_NOT_FOUND if the destination file is missing.312 ReplaceError != ERROR_FILE_NOT_FOUND &&349 if (LastError != ERROR_FILE_NOT_FOUND &&458 if (LastError == ERROR_FILE_NOT_FOUND ||
120 return (error_code == ERROR_FILE_NOT_FOUND || error_code == ERROR_PATH_NOT_FOUND); in ReturnSuccessOnNotFound()
113 #define ERROR_FILE_NOT_FOUND ENOENT macro
34 if (status == ERROR_FILE_NOT_FOUND) return "ERROR_FILE_NOT_FOUND"; in win_api_error_str()363 …ATTRIBUTES == GetFileAttributesW(folder_utf16.c_str()) && GetLastError() == ERROR_FILE_NOT_FOUND) { in delete_folder_contents()
2827 if (res == ERROR_FILE_NOT_FOUND) { in LoadOptionalFeatureStatesFromKey()2836 if (res == ERROR_FILE_NOT_FOUND) { in LoadOptionalFeatureStatesFromKey()2866 if (res == ERROR_FILE_NOT_FOUND) { in LoadTargetDirFromKey()2892 if (res == ERROR_FILE_NOT_FOUND) { in LoadAssociateFilesStateFromKey()2900 if (res == ERROR_FILE_NOT_FOUND) { in LoadAssociateFilesStateFromKey()
1247 Subprocess::Win32ErrorMessage(ERROR_FILE_NOT_FOUND)); in TEST_F()2230 Subprocess::Win32ErrorMessage(ERROR_FILE_NOT_FOUND)); in TEST_F()
402 if (result == ERROR_FILE_NOT_FOUND) in RegDelRecurse()
1939 if (err == ERROR_FILE_NOT_FOUND) { in _winapi__mimetypes_read_windows_registry_impl()1949 if (err == ERROR_FILE_NOT_FOUND) { in _winapi__mimetypes_read_windows_registry_impl()
775 if (GetLastError() != ERROR_FILE_NOT_FOUND) in AskWrite()