GetLastError 54 base/async_socket_io_handler_win.cc is_pending_ = !ok && (GetLastError() == ERROR_IO_PENDING); GetLastError 70 base/debug/gdi_debug_util_win.cc DWORD last_error = ::GetLastError(); GetLastError 86 base/debug/gdi_debug_util_win.cc DWORD get_gui_resources_error = GetLastError(); GetLastError 136 base/debug/stack_trace_win.cc init_error_ = GetLastError(); GetLastError 124 base/file_util_win.cc *error = File::OSErrorToFileError(GetLastError()); GetLastError 409 base/file_util_win.cc DWORD error_code = ::GetLastError(); GetLastError 726 base/file_util_win.cc DWORD last_error = ::GetLastError(); GetLastError 214 base/files/file_path_watcher_win.cc DWORD error_code = GetLastError(); GetLastError 204 base/files/file_util_proxy_unittest.cc EXPECT_EQ(ERROR_IO_PENDING, GetLastError()); GetLastError 91 base/files/file_win.cc created_ = (ERROR_ALREADY_EXISTS != GetLastError()); GetLastError 95 base/files/file_win.cc error_details_ = OSErrorToFileError(GetLastError()); GetLastError 149 base/files/file_win.cc if (ERROR_HANDLE_EOF == GetLastError()) GetLastError 165 base/files/file_win.cc if (ERROR_HANDLE_EOF == GetLastError()) GetLastError 295 base/files/file_win.cc return OSErrorToFileError(GetLastError()); GetLastError 303 base/files/file_win.cc return OSErrorToFileError(GetLastError()); GetLastError 50 base/json/json_file_value_serializer.cc int error = ::GetLastError(); GetLastError 218 base/logging.cc int error = GetLastError(); // NOLINT GetLastError 518 base/logging.cc LogMessage::SaveLastError::SaveLastError() : last_error_(::GetLastError()) { GetLastError 723 base/logging.cc return ::GetLastError(); GetLastError 784 base/logging.cc stream() << ": Error " << GetLastError() << " while retrieving error " GetLastError 127 base/memory/shared_memory_win.cc if (GetLastError() == ERROR_ALREADY_EXISTS) { GetLastError 524 base/message_loop/message_loop_unittest.cc EXPECT_EQ(ERROR_IO_PENDING, GetLastError()); GetLastError 1014 base/message_loop/message_loop_unittest.cc ASSERT_TRUE(message_hwnd) << GetLastError(); GetLastError 297 base/message_loop/message_pump_win.cc DCHECK_NE(WAIT_FAILED, result) << GetLastError(); GetLastError 581 base/message_loop/message_pump_win.cc item->error = GetLastError(); GetLastError 41 base/native_library_win.cc error->code = GetLastError(); GetLastError 105 base/platform_file_win.cc *created = (ERROR_ALREADY_EXISTS != GetLastError()); GetLastError 114 base/platform_file_win.cc *error = LastErrorToPlatformFileError(GetLastError()); GetLastError 164 base/platform_file_win.cc if (ERROR_HANDLE_EOF == GetLastError()) GetLastError 178 base/platform_file_win.cc if (ERROR_HANDLE_EOF == GetLastError()) GetLastError 292 base/platform_file_win.cc return LastErrorToPlatformFileError(GetLastError()); GetLastError 299 base/platform_file_win.cc return LastErrorToPlatformFileError(GetLastError()); GetLastError 70 base/process/launch_win.cc unsigned int result = GetLastError(); GetLastError 92 base/process/process_handle_win.cc GetLastError() != ERROR_INSUFFICIENT_BUFFER) GetLastError 151 base/process/process_metrics_win.cc if (GetLastError() != ERROR_BAD_LENGTH) { GetLastError 62 base/sync_socket_win.cc (GetLastError() == ERROR_PIPE_BUSY)); GetLastError 89 base/sync_socket_win.cc DWORD error = GetLastError(); GetLastError 150 base/sync_socket_win.cc if (::GetLastError() == ERROR_IO_PENDING) { GetLastError 107 base/synchronization/condition_variable_win.cc DCHECK(GetLastError() != WAIT_TIMEOUT); GetLastError 52 base/test/test_process_killer_win.cc << GetLastError(); GetLastError 73 base/test/test_process_killer_win.cc << GetLastError(); GetLastError 89 base/test/test_process_killer_win.cc << GetLastError(); GetLastError 106 base/test/test_process_killer_win.cc << "last error = " << GetLastError(); GetLastError 119 base/test/test_process_killer_win.cc << "last error = " << GetLastError(); GetLastError 220 base/threading/platform_thread_win.cc DWORD error = GetLastError(); GetLastError 97 base/win/event_trace_consumer.h return HRESULT_FROM_WIN32(::GetLastError()); GetLastError 113 base/win/event_trace_consumer.h return HRESULT_FROM_WIN32(::GetLastError()); GetLastError 156 base/win/event_trace_consumer_unittest.cc return HRESULT_FROM_WIN32(::GetLastError()); GetLastError 173 base/win/event_trace_consumer_unittest.cc return HRESULT_FROM_WIN32(::GetLastError()); GetLastError 183 base/win/event_trace_consumer_unittest.cc return HRESULT_FROM_WIN32(::GetLastError()); GetLastError 189 base/win/event_trace_consumer_unittest.cc return HRESULT_FROM_WIN32(::GetLastError()); GetLastError 34 base/win/event_trace_provider.cc return ::GetLastError(); GetLastError 64 base/win/iat_patch_function.cc error = GetLastError(); GetLastError 88 base/win/iat_patch_function.cc error = GetLastError(); GetLastError 245 base/win/iat_patch_function.cc return GetLastError(); GetLastError 140 base/win/message_window.cc CHECK(result != 0 || GetLastError() == ERROR_SUCCESS); GetLastError 149 base/win/message_window.cc CHECK(result != 0 || GetLastError() == ERROR_SUCCESS); GetLastError 71 base/win/startup_information_unittest.cc &temp_process_info)) << ::GetLastError(); GetLastError 29 chrome/browser/browser_util_win.cc int error = GetLastError(); GetLastError 43 chrome/browser/crash_upload_list_win.cc } else if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) { GetLastError 49 chrome/browser/crash_upload_list_win.cc DCHECK(GetLastError() == ERROR_HANDLE_EOF); GetLastError 32 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_win.cc if (status == FALSE && GetLastError() != ERROR_INSUFFICIENT_BUFFER) { GetLastError 179 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_win.cc DWORD error_code = GetLastError(); GetLastError 162 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc TRUE : GetLastError() == ERROR_PIPE_CONNECTED; GetLastError 164 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc TRUE : GetLastError() == ERROR_PIPE_CONNECTED; GetLastError 54 chrome/browser/extensions/api/serial/serial_io_handler_win.cc if (!ok && GetLastError() != ERROR_IO_PENDING) { GetLastError 69 chrome/browser/extensions/api/serial/serial_io_handler_win.cc if (!ok && GetLastError() != ERROR_IO_PENDING) { GetLastError 110 chrome/browser/extensions/api/serial/serial_io_handler_win.cc if (!ok && GetLastError() != ERROR_IO_PENDING) { GetLastError 428 chrome/browser/extensions/sandboxed_unpacker.cc uint32 error_code = ::GetLastError(); GetLastError 154 chrome/browser/first_run/upgrade_util_win.cc if (::GetLastError() == ERROR_ALREADY_EXISTS) { GetLastError 179 chrome/browser/first_run/upgrade_util_win.cc NOTREACHED() << "ShellExecute failed with " << GetLastError(); GetLastError 31 chrome/browser/hang_monitor/hang_crash_dump_win.cc GetLastError(); GetLastError 37 chrome/browser/hang_monitor/hang_crash_dump_win.cc GetLastError(); GetLastError 55 chrome/browser/hang_monitor/hang_crash_dump_win.cc GetLastError(); GetLastError 64 chrome/browser/hang_monitor/hang_crash_dump_win.cc << GetLastError(); GetLastError 68 chrome/browser/hang_monitor/hang_crash_dump_win.cc GetLastError(); GetLastError 84 chrome/browser/memory_details_win.cc LOG(ERROR) << "CreateToolhelp32Snaphot failed: " << GetLastError(); GetLastError 88 chrome/browser/memory_details_win.cc LOG(ERROR) << "Process32First failed: " << GetLastError(); GetLastError 21 chrome/browser/net/service_providers_win.cc GetLastError() != WSAEFAULT) { GetLastError 111 chrome/browser/password_manager/password_manager_util_win.cc GetLastError() == ERROR_ACCOUNT_RESTRICTION); GetLastError 178 chrome/browser/password_manager/password_manager_util_win.cc DLOG(ERROR) << "Unable to obtain username " << GetLastError(); GetLastError 236 chrome/browser/password_manager/password_manager_util_win.cc if (GetLastError() == ERROR_ACCOUNT_RESTRICTION && GetLastError 241 chrome/browser/password_manager/password_manager_util_win.cc DLOG(WARNING) << "Unable to authenticate " << GetLastError(); GetLastError 434 chrome/browser/process_singleton_win.cc DWORD error = ::GetLastError(); GetLastError 37 chrome/browser/profiles/file_path_verifier_win.cc if (::GetLastError() == ERROR_FILE_NOT_FOUND) GetLastError 114 chrome/browser/ui/browser_focus_uitest.cc int error = GetLastError(); GetLastError 35 chrome/common/multi_process_lock_win.cc if (event_.Get() && GetLastError() != ERROR_ALREADY_EXISTS) { GetLastError 127 chrome/common/service_process_util_win.cc DWORD error = GetLastError(); GetLastError 330 chrome/installer/gcapi/gcapi.cc if (::GetLastError() == ERROR_INSUFFICIENT_BUFFER || GetLastError 331 chrome/installer/gcapi/gcapi.cc ::GetLastError() == ERROR_SUCCESS) { GetLastError 443 chrome/installer/mini_installer/mini_installer.cc ::GetLastError() != ERROR_RESOURCE_TYPE_NOT_FOUND) GetLastError 468 chrome/installer/mini_installer/mini_installer.cc ::GetLastError() != ERROR_RESOURCE_TYPE_NOT_FOUND) GetLastError 155 chrome/installer/setup/install.cc << prefs_source_path.value() << " gle: " << ::GetLastError(); GetLastError 1247 chrome/installer/setup/setup_main.cc if (GetLastError() != ERROR_SUCCESS) { GetLastError 105 chrome/installer/util/delete_after_reboot_helper.cc if (::GetLastError() == ERROR_FILE_NOT_FOUND) { GetLastError 252 chrome/installer/util/delete_after_reboot_helper.cc DWORD last_error = ::GetLastError(); GetLastError 81 chrome/installer/util/delete_tree_work_item.cc if (::GetLastError() != ERROR_FILE_NOT_FOUND) GetLastError 67 chrome/installer/util/lzma_util.cc return ((value.LowPart == 0xFFFFFFFF) && (GetLastError() != NO_ERROR)) ? GetLastError 115 chrome/installer/util/lzma_util.cc ret = GetLastError(); GetLastError 200 chrome/installer/util/lzma_util.cc ret = GetLastError(); GetLastError 208 chrome/installer/util/lzma_util.cc ret = GetLastError(); GetLastError 217 chrome/installer/util/lzma_util.cc ret = GetLastError(); GetLastError 224 chrome/installer/util/lzma_util.cc ret = GetLastError(); GetLastError 97 chrome/installer/util/self_cleaning_temp_dir.cc PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY) GetLastError 771 chrome/service/cloud_print/print_system_win.cc DWORD last_error = GetLastError(); GetLastError 24 chrome/test/security_tests/ipc_security_tests.cc DWORD gle = ::GetLastError(); GetLastError 132 chrome/test/security_tests/ipc_security_tests.cc if (GetLastError() != ERROR_PIPE_CONNECTED) { GetLastError 336 chrome/utility/importer/ie_importer_win.cc if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) GetLastError 22 cloud_print/common/win/cloud_print_utils.cc DWORD error_code = GetLastError(); GetLastError 259 cloud_print/service/win/chrome_launcher.cc LOG(ERROR) << "Error waiting Chrome (" << ::GetLastError() << ")."; GetLastError 395 cloud_print/service/win/cloud_print_service_config.cc DWORD last_error = GetLastError(); GetLastError 317 cloud_print/virtual_driver/win/install/setup.cc if (GetLastError() == ERROR_UNKNOWN_PRINTER_DRIVER) { GetLastError 132 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc EXPECT_EQ(ERROR_INSUFFICIENT_BUFFER, GetLastError()); GetLastError 160 cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc EXPECT_EQ(ERROR_INSUFFICIENT_BUFFER, GetLastError()); GetLastError 243 components/breakpad/app/breakpad_win.cc DWORD last_error = ::GetLastError(); GetLastError 202 components/storage_monitor/volume_mount_watcher_win.cc if (GetLastError() != ERROR_NO_MORE_FILES) GetLastError 140 content/app/content_main_runner.cc DVLOG(0) << "Unable to open to WinSta0, we: "<< ::GetLastError(); GetLastError 146 content/app/content_main_runner.cc NOTREACHED() << "Unable to switch to WinSta0, we: "<< ::GetLastError(); GetLastError 554 content/browser/geolocation/wifi_data_provider_win.cc if (GetLastError() != ERROR_FILE_NOT_FOUND) { GetLastError 596 content/browser/geolocation/wifi_data_provider_win.cc return GetLastError(); GetLastError 501 content/child/npapi/webplugin_delegate_impl_win.cc DCHECK(result == TRUE) << "SetProp failed, last error = " << GetLastError(); GetLastError 516 content/child/npapi/webplugin_delegate_impl_win.cc GetLastError(); GetLastError 526 content/child/npapi/webplugin_delegate_impl_win.cc GetLastError(); GetLastError 722 content/child/npapi/webplugin_delegate_impl_win.cc LOG(ERROR) << "RealGetWindowClass failure: " << GetLastError(); GetLastError 766 content/child/npapi/webplugin_delegate_impl_win.cc DCHECK(result == TRUE) << "SetProp failed, last error = " << GetLastError(); GetLastError 55 content/child/resource_dispatcher.cc DWORD last_err = GetLastError(); GetLastError 144 content/common/gpu/client/command_buffer_proxy_impl.h virtual gpu::error::Error GetLastError() OVERRIDE; GetLastError 381 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc DVLOG_IF(1, gpu::error::IsError(command_buffer_->GetLastError())) GetLastError 383 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc << command_buffer_->GetLastError(); GetLastError 467 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc if (gpu::error::IsError(command_buffer_->GetLastError())) { GetLastError 469 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc << command_buffer_->GetLastError(); GetLastError 351 content/common/plugin_list_win.cc DCHECK(GetLastError() == ERROR_NO_MORE_FILES); GetLastError 255 content/common/sandbox_win.cc NOTREACHED() << "IsProcessInJob failed. " << GetLastError(); GetLastError 264 content/common/sandbox_win.cc NOTREACHED() << "QueryInformationJobObject failed. " << GetLastError(); GetLastError 474 content/common/sandbox_win.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 84 device/hid/hid_connection_win.cc if (result || GetLastError() != ERROR_IO_PENDING) { GetLastError 42 gpu/command_buffer/client/cmd_buffer_helper.cc context_lost_ = error::IsError(command_buffer()->GetLastError()); GetLastError 154 gpu/command_buffer/client/cmd_buffer_helper.cc return command_buffer_->GetLastError() == gpu::error::kNoError; GetLastError 470 gpu/command_buffer/client/gles2_implementation.h const std::string& GetLastError() { GetLastError 132 gpu/command_buffer/common/command_buffer.h virtual error::Error GetLastError(); GetLastError 95 gpu/command_buffer/service/in_process_command_buffer.h virtual gpu::error::Error GetLastError() OVERRIDE; GetLastError 113 ipc/ipc_channel_win.cc return GetLastError() == ERROR_SEM_TIMEOUT; GetLastError 127 ipc/ipc_channel_win.cc DWORD err = GetLastError(); GetLastError 230 ipc/ipc_channel_win.cc LOG(WARNING) << "DuplicateHandle failed. Error :" << GetLastError(); GetLastError 266 ipc/ipc_channel_win.cc << " mode. Error :" << GetLastError(); GetLastError 333 ipc/ipc_channel_win.cc DWORD err = GetLastError(); GetLastError 370 ipc/ipc_channel_win.cc DWORD err = GetLastError(); GetLastError 396 ipc/ipc_channel_win.cc DWORD err = GetLastError(); GetLastError 345 media/audio/win/audio_low_latency_input_win.cc DWORD err = GetLastError(); GetLastError 473 media/audio/win/audio_low_latency_input_win.cc << GetLastError(); GetLastError 342 media/audio/win/audio_low_latency_output_win.cc DWORD err = GetLastError(); GetLastError 254 media/audio/win/waveout_output_win.cc HandleError(::GetLastError()); GetLastError 23 mojo/common/test/test_utils_win.cc if (GetLastError() != ERROR_IO_PENDING || GetLastError 43 mojo/common/test/test_utils_win.cc if (GetLastError() != ERROR_IO_PENDING || GetLastError 63 mojo/common/test/test_utils_win.cc if (GetLastError() != ERROR_IO_PENDING) GetLastError 71 mojo/embedder/platform_channel_pair_win.cc PCHECK(GetLastError() == ERROR_PIPE_CONNECTED); GetLastError 354 mojo/system/raw_channel_win.cc DWORD error = GetLastError(); GetLastError 423 mojo/system/raw_channel_win.cc if (!result && GetLastError() != ERROR_IO_PENDING) { GetLastError 74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_getspecific.c int lasterror = GetLastError (); GetLastError 61 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c (GetLastError () == GetLastError 63 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c (GetLastError () == GetLastError 192 net/base/file_stream_context.h int GetLastErrno() { return GetLastError(); } GetLastError 97 net/base/file_stream_context_win.cc IOResult error = IOResult::FromOSError(GetLastError()); GetLastError 115 net/base/file_stream_context_win.cc IOResult error = IOResult::FromOSError(GetLastError()); GetLastError 134 net/base/file_stream_context_win.cc IOResult error = IOResult::FromOSError(GetLastError()); GetLastError 155 net/base/file_stream_context_win.cc IOResult error = IOResult::FromOSError(GetLastError()); GetLastError 172 net/base/file_stream_context_win.cc IOResult error = IOResult::FromOSError(GetLastError()); GetLastError 183 net/base/file_stream_context_win.cc IOResult error = IOResult::FromOSError(GetLastError()); GetLastError 207 net/base/file_stream_context_win.cc return IOResult::FromOSError(GetLastError()); GetLastError 214 net/base/file_stream_context_win.cc return IOResult::FromOSError(GetLastError()); GetLastError 185 net/base/keygen_handler_win.cc if (GetLastError() != NTE_BAD_KEYSET) { GetLastError 187 net/base/keygen_handler_win.cc "context: " << GetLastError(); GetLastError 26 net/base/winsock_util.cc err = GetLastError(); GetLastError 631 net/cert/cert_verify_proc_win.cc return MapSecurityError(GetLastError()); GetLastError 661 net/cert/cert_verify_proc_win.cc return MapSecurityError(GetLastError()); GetLastError 681 net/cert/cert_verify_proc_win.cc return MapSecurityError(GetLastError()); GetLastError 706 net/cert/cert_verify_proc_win.cc return MapSecurityError(GetLastError()); GetLastError 753 net/cert/cert_verify_proc_win.cc return MapSecurityError(GetLastError()); GetLastError 153 net/cert/test_root_certs_win.cc return GetLastError() == CRYPT_E_EXISTS; GetLastError 154 net/disk_cache/blockfile/file_win.cc if (GetLastError() == ERROR_IO_PENDING) GetLastError 204 net/disk_cache/blockfile/file_win.cc if (GetLastError() == ERROR_IO_PENDING) GetLastError 20 net/disk_cache/cache_util_win.cc LOG(ERROR) << "Unable to move the cache: " << GetLastError(); GetLastError 161 net/proxy/proxy_config_service_win.cc GetLastError(); GetLastError 72 net/proxy/proxy_resolver_winhttp.cc if (ERROR_WINHTTP_LOGIN_FAILURE == GetLastError()) { GetLastError 79 net/proxy/proxy_resolver_winhttp.cc DWORD error = GetLastError(); GetLastError 249 net/socket/ssl_client_socket_nss.cc DWORD err = GetLastError(); GetLastError 2441 net/socket/ssl_client_socket_nss.cc << GetLastError(); GetLastError 41 net/ssl/client_cert_store_win.cc DWORD err = GetLastError(); GetLastError 102 net/ssl/client_cert_store_win.cc if (GetLastError() != CRYPT_E_NOT_FOUND) GetLastError 375 net/third_party/nss/ssl/sslmutex.c nss_MD_win32_map_default_error(GetLastError()); GetLastError 413 net/third_party/nss/ssl/sslmutex.c nss_MD_win32_map_default_error(GetLastError()); GetLastError 439 net/third_party/nss/ssl/sslmutex.c nss_MD_win32_map_default_error(GetLastError()); GetLastError 495 net/third_party/nss/ssl/sslmutex.c lastError = GetLastError(); /* for debugging */ GetLastError 395 net/third_party/nss/ssl/sslplatf.c PR_SetError(SSL_ERROR_SIGN_HASHES_FAILURE, GetLastError()); GetLastError 400 net/third_party/nss/ssl/sslplatf.c PR_SetError(SSL_ERROR_SIGN_HASHES_FAILURE, GetLastError()); GetLastError 408 net/third_party/nss/ssl/sslplatf.c PR_SetError(SSL_ERROR_SIGN_HASHES_FAILURE, GetLastError()); GetLastError 413 net/third_party/nss/ssl/sslplatf.c PR_SetError(SSL_ERROR_SIGN_HASHES_FAILURE, GetLastError()); GetLastError 422 net/third_party/nss/ssl/sslplatf.c PR_SetError(SSL_ERROR_SIGN_HASHES_FAILURE, GetLastError()); GetLastError 108 net/tools/dump_cache/cache_dumper.cc wprintf(L"CreateFileW (%s) failed: %d\n", file.c_str(), GetLastError()); GetLastError 178 net/tools/dump_cache/upgrade_win.cc if (ERROR_IO_PENDING != GetLastError()) GetLastError 189 net/tools/dump_cache/upgrade_win.cc if (ERROR_IO_PENDING != GetLastError()) GetLastError 198 net/tools/dump_cache/upgrade_win.cc DWORD error = GetLastError(); GetLastError 404 net/tools/dump_cache/upgrade_win.cc printf("Skipping entry \"%s\": %d\n", key.c_str(), GetLastError()); GetLastError 216 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc if (llc_subprocess_->srpc_client()->GetLastError() == GetLastError 250 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc if (llc_subprocess_->srpc_client()->GetLastError() != GetLastError 277 ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc if (llc_subprocess_->srpc_client()->GetLastError() == GetLastError 48 ppapi/native_client/src/trusted/plugin/srpc_client.h NaClSrpcError GetLastError() { return last_error_; } GetLastError 223 printing/backend/print_backend_win.cc LOG(WARNING) << "Failed to open printer, error = " << GetLastError(); GetLastError 32 printing/backend/printing_info_win.cc ", error = " << GetLastError(); GetLastError 39 printing/backend/printing_info_win.cc ", error = " << GetLastError(); GetLastError 29 printing/printing_test.h if (GetLastError() == ERROR_FILE_NOT_FOUND) { GetLastError 171 remoting/host/clipboard_win.cc LOG(WARNING) << "AddClipboardFormatListener() failed: " << GetLastError(); GetLastError 234 remoting/host/clipboard_win.cc LOG(WARNING) << "Couldn't open the clipboard." << GetLastError(); GetLastError 241 remoting/host/clipboard_win.cc << GetLastError(); GetLastError 247 remoting/host/clipboard_win.cc LOG(WARNING) << "Couldn't lock clipboard data: " << GetLastError(); GetLastError 144 remoting/host/disconnect_window_win.cc if (result == 0 && GetLastError() != ERROR_SUCCESS) GetLastError 275 remoting/host/disconnect_window_win.cc if (!result && GetLastError() != ERROR_SUCCESS) GetLastError 121 remoting/host/host_main.cc DWORD exit_code = GetLastError(); GetLastError 97 remoting/host/setup/daemon_controller_delegate_win.cc DWORD error = GetLastError(); GetLastError 106 remoting/host/setup/daemon_controller_delegate_win.cc DWORD error = GetLastError(); GetLastError 304 remoting/host/setup/daemon_installer_win.cc result = GetLastError(); GetLastError 310 remoting/host/setup/daemon_installer_win.cc result = GetLastError(); GetLastError 633 remoting/host/setup/me2me_native_messaging_host.cc DWORD error = ::GetLastError(); GetLastError 642 remoting/host/setup/me2me_native_messaging_host.cc DWORD error = ::GetLastError(); GetLastError 652 remoting/host/setup/me2me_native_messaging_host.cc DWORD error = ::GetLastError(); GetLastError 59 remoting/host/win/chromoting_module.cc if (!result && GetLastError() == ERROR_INSUFFICIENT_BUFFER) { GetLastError 110 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 119 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 153 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 176 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 184 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 201 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 391 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 400 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 431 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 441 remoting/host/win/elevated_controller.cc DWORD error = GetLastError(); GetLastError 514 remoting/host/win/elevated_controller.cc error = GetLastError(); GetLastError 526 remoting/host/win/elevated_controller.cc error = GetLastError(); GetLastError 104 remoting/host/win/launch_process_with_token.cc if (GetLastError() != ERROR_PIPE_BUSY) { GetLastError 491 remoting/host/win/launch_process_with_token.cc GetLastError() == ERROR_PIPE_NOT_CONNECTED && GetLastError 250 remoting/host/win/rdp_client_window.cc result = HRESULT_FROM_WIN32(GetLastError()); GetLastError 45 remoting/host/win/security_descriptor.cc GetLastError() != ERROR_INSUFFICIENT_BUFFER) { GetLastError 91 remoting/host/win/security_descriptor.cc GetLastError() != ERROR_INSUFFICIENT_BUFFER) { GetLastError 52 rlz/win/lib/machine_id_win.cc if (!success && ::GetLastError() == ERROR_INSUFFICIENT_BUFFER) { GetLastError 48 rlz/win/lib/process_info.cc err = ::GetLastError(); GetLastError 98 rlz/win/lib/process_info.cc return HRESULT_FROM_WIN32(GetLastError()); GetLastError 106 rlz/win/lib/process_info.cc return HRESULT_FROM_WIN32(GetLastError()); GetLastError 81 sandbox/win/sandbox_poc/main_ui_window.cc return ::GetLastError(); GetLastError 97 sandbox/win/sandbox_poc/main_ui_window.cc return ::GetLastError(); GetLastError 405 sandbox/win/sandbox_poc/main_ui_window.cc file_to_open.GetBuffer(), ::GetLastError()); GetLastError 459 sandbox/win/sandbox_poc/main_ui_window.cc last_error = GetLastError(); GetLastError 554 sandbox/win/sandbox_poc/main_ui_window.cc AddDebugMessage(L"Failed to create pipe. Error %d", ::GetLastError()); GetLastError 560 sandbox/win/sandbox_poc/main_ui_window.cc ::GetLastError()); GetLastError 18 sandbox/win/sandbox_poc/pocdll/fs.cc ::GetLastError()); GetLastError 36 sandbox/win/sandbox_poc/pocdll/fs.cc ::GetLastError()); GetLastError 24 sandbox/win/sandbox_poc/pocdll/handles.cc ::GetLastError()); GetLastError 37 sandbox/win/sandbox_poc/pocdll/handles.cc ::GetLastError()); GetLastError 43 sandbox/win/sandbox_poc/pocdll/invasive.cc ::GetLastError()); GetLastError 107 sandbox/win/sandbox_poc/pocdll/invasive.cc ::GetLastError()); GetLastError 20 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc "Error %d\r\n", ::GetLastError()); GetLastError 38 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc ::GetLastError()); GetLastError 48 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc DWORD err_code = ::GetLastError(); GetLastError 64 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc "Error %d\r\n", ::GetLastError()); GetLastError 92 sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc DWORD err_code = ::GetLastError(); GetLastError 23 sandbox/win/sandbox_poc/pocdll/spyware.cc ::GetLastError()); GetLastError 67 sandbox/win/sandbox_poc/pocdll/spyware.cc ::GetLastError()); GetLastError 36 sandbox/win/src/broker_services.cc error = ::GetLastError(); GetLastError 77 sandbox/win/src/file_policy_test.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 172 sandbox/win/src/file_policy_test.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 190 sandbox/win/src/file_policy_test.cc if (::GetLastError() != ERROR_ACCESS_DENIED) GetLastError 57 sandbox/win/src/handle_dispatcher.cc ipc->return_info.win32_result = ::GetLastError(); GetLastError 75 sandbox/win/src/handle_policy.cc return ::GetLastError(); GetLastError 86 sandbox/win/src/handle_policy.cc return ::GetLastError(); GetLastError 25 sandbox/win/src/job.cc return ::GetLastError(); GetLastError 73 sandbox/win/src/job.cc return ::GetLastError(); GetLastError 81 sandbox/win/src/job.cc return ::GetLastError(); GetLastError 94 sandbox/win/src/job.cc return ::GetLastError(); GetLastError 111 sandbox/win/src/job.cc return ::GetLastError(); GetLastError 33 sandbox/win/src/job_unittest.cc ASSERT_EQ(ERROR_FILE_NOT_FOUND, ::GetLastError()); GetLastError 65 sandbox/win/src/job_unittest.cc ASSERT_EQ(ERROR_FILE_NOT_FOUND, ::GetLastError()); GetLastError 34 sandbox/win/src/named_pipe_interception.cc DWORD original_error = ::GetLastError(); GetLastError 48 sandbox/win/src/named_pipe_policy_test.cc DWORD error = ::GetLastError(); GetLastError 27 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 49 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 52 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 68 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 74 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 114 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 116 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 134 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 136 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 140 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 143 sandbox/win/src/policy_target_test.cc return ::GetLastError(); GetLastError 51 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError()) { GetLastError 62 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError()) { GetLastError 81 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError() && return_on_fail) { GetLastError 103 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError() && return_on_fail) { GetLastError 130 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError()) { GetLastError 143 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError()) { GetLastError 155 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError()) { GetLastError 167 sandbox/win/src/process_mitigations.cc ERROR_ACCESS_DENIED != ::GetLastError()) { GetLastError 59 sandbox/win/src/process_policy_test.cc DWORD last_error = GetLastError(); GetLastError 85 sandbox/win/src/process_policy_test.cc DWORD last_error = GetLastError(); GetLastError 233 sandbox/win/src/process_policy_test.cc DWORD error = ::GetLastError(); GetLastError 253 sandbox/win/src/process_policy_test.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 281 sandbox/win/src/process_thread_interception.cc DWORD original_error = ::GetLastError(); GetLastError 340 sandbox/win/src/process_thread_interception.cc DWORD original_error = ::GetLastError(); GetLastError 34 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 40 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 123 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 127 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 130 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 148 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 169 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 185 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 204 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 214 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 268 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 295 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 305 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 342 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 370 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 380 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 415 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 443 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 453 sandbox/win/src/restricted_token.cc return ::GetLastError(); GetLastError 206 sandbox/win/src/restricted_token_utils.cc return ::GetLastError(); GetLastError 217 sandbox/win/src/restricted_token_utils.cc return ::GetLastError(); GetLastError 225 sandbox/win/src/restricted_token_utils.cc return ::GetLastError(); GetLastError 264 sandbox/win/src/restricted_token_utils.cc error = ::GetLastError(); GetLastError 269 sandbox/win/src/restricted_token_utils.cc return::GetLastError(); GetLastError 310 sandbox/win/src/restricted_token_utils.cc return ::GetLastError(); GetLastError 321 sandbox/win/src/restricted_token_utils.cc return result ? ERROR_SUCCESS : ::GetLastError(); GetLastError 338 sandbox/win/src/restricted_token_utils.cc return ::GetLastError(); GetLastError 164 sandbox/win/src/service_resolver_unittest.cc EXPECT_EQ(STATUS_SUCCESS, ret) << "NtClose, last error: " << ::GetLastError(); GetLastError 168 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 172 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 176 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 191 sandbox/win/src/service_resolver_unittest.cc EXPECT_EQ(STATUS_SUCCESS, ret) << "NtClose, last error: " << ::GetLastError(); GetLastError 195 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 199 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 203 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 212 sandbox/win/src/service_resolver_unittest.cc EXPECT_EQ(STATUS_SUCCESS, ret) << "NtClose, last error: " << ::GetLastError(); GetLastError 216 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 220 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 224 sandbox/win/src/service_resolver_unittest.cc ::GetLastError(); GetLastError 26 sandbox/win/src/sync_policy_test.cc DWORD error_open = ::GetLastError(); GetLastError 55 sandbox/win/src/sync_policy_test.cc DWORD error_create = ::GetLastError(); GetLastError 146 sandbox/win/src/target_process.cc return ::GetLastError(); GetLastError 156 sandbox/win/src/target_process.cc win_result = ::GetLastError(); GetLastError 168 sandbox/win/src/target_process.cc win_result = ::GetLastError(); GetLastError 180 sandbox/win/src/target_process.cc win_result = ::GetLastError(); GetLastError 196 sandbox/win/src/target_process.cc win_result = ::GetLastError(); // This may or may not be correct. GetLastError 259 sandbox/win/src/target_process.cc return ::GetLastError(); GetLastError 267 sandbox/win/src/target_process.cc return ::GetLastError(); GetLastError 274 sandbox/win/src/target_process.cc return ::GetLastError(); GetLastError 288 sandbox/win/src/target_process.cc ::GetLastError() : ERROR_INVALID_FUNCTION; GetLastError 296 sandbox/win/src/target_process.cc ::GetLastError() : ERROR_INVALID_FUNCTION; GetLastError 304 sandbox/win/src/target_process.cc ::GetLastError() : ERROR_INVALID_FUNCTION; GetLastError 103 sandbox/win/src/win_utils.cc DWORD error = ::GetLastError(); GetLastError 205 sandbox/win/src/win_utils.cc DWORD last_error = ::GetLastError(); GetLastError 63 sandbox/win/tests/validation_tests/commands.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 105 sandbox/win/tests/validation_tests/commands.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 131 sandbox/win/tests/validation_tests/commands.cc if (ERROR_ACCESS_DENIED == ::GetLastError()) { GetLastError 273 sandbox/win/tests/validation_tests/commands.cc } else if (::GetLastError() != ERROR_ACCESS_DENIED) { GetLastError 280 sandbox/win/tests/validation_tests/commands.cc ::GetLastError() != ERROR_ACCESS_DENIED) { GetLastError 17 sandbox/win/tools/finder/finder_fs.cc DWORD error = ::GetLastError(); GetLastError 38 sandbox/win/tools/finder/finder_fs.cc DWORD err_code = ::GetLastError(); GetLastError 70 sandbox/win/tools/finder/finder_fs.cc } else if (::GetLastError() != ERROR_ACCESS_DENIED) { GetLastError 71 sandbox/win/tools/finder/finder_fs.cc Output(FS_ERR, GetLastError(), name); GetLastError 90 sandbox/win/tools/finder/finder_fs.cc } else if (::GetLastError() != ERROR_ACCESS_DENIED) { GetLastError 91 sandbox/win/tools/finder/finder_fs.cc Output(FS_ERR, ::GetLastError(), name); GetLastError 110 sandbox/win/tools/finder/finder_fs.cc } else if (::GetLastError() != ERROR_ACCESS_DENIED) { GetLastError 111 sandbox/win/tools/finder/finder_fs.cc Output(FS_ERR, GetLastError(), name); GetLastError 11 sandbox/win/tools/finder/finder_kernel.cc #define CHECKPTR(x) if (!x) return ::GetLastError() GetLastError 108 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc *error_code = ::GetLastError(); GetLastError 121 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc *error_code = ::GetLastError(); GetLastError 155 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc if (ERROR_INSUFFICIENT_BUFFER != ::GetLastError()) { GetLastError 156 third_party/cld/encodings/compact_lang_det/win/normalizedunicodetext.cc *error_code = ::GetLastError(); GetLastError 320 third_party/leveldatabase/env_chromium_stdio.cc DWORD last_error = GetLastError(); GetLastError 333 third_party/leveldatabase/env_chromium_stdio.cc DWORD last_error = GetLastError(); GetLastError 67 third_party/leveldatabase/env_chromium_win.cc DWORD err = GetLastError(); GetLastError 82 third_party/leveldatabase/env_chromium_win.cc DWORD err = GetLastError(); GetLastError 187 third_party/leveldatabase/env_chromium_win.cc DWORD err = GetLastError(); GetLastError 200 third_party/leveldatabase/env_chromium_win.cc DWORD err = GetLastError(); GetLastError 222 third_party/leveldatabase/env_chromium_win.cc error = GetLastError(); GetLastError 249 third_party/leveldatabase/env_chromium_win.cc DWORD err = GetLastError(); GetLastError 298 third_party/leveldatabase/env_chromium_win.cc DWORD err = GetLastError(); GetLastError 316 third_party/leveldatabase/env_chromium_win.cc DWORD last_error = GetLastError(); GetLastError 329 third_party/leveldatabase/env_chromium_win.cc DWORD last_error = GetLastError(); GetLastError 2888 third_party/libevent/evdns.c (ns->IpAddress.String),(int)GetLastError()); GetLastError 2957 third_party/libevent/evdns.c log(EVDNS_LOG_DEBUG,"Couldn't open nt key, %d",(int)GetLastError()); GetLastError 2964 third_party/libevent/evdns.c log(EVDNS_LOG_DEBUG,"Couldn't open interfaces key, %d",(int)GetLastError()); GetLastError 2977 third_party/libevent/evdns.c log(EVDNS_LOG_DEBUG, "Couldn't open registry key, %d", (int)GetLastError()); GetLastError 199 third_party/libjingle/overrides/talk/base/logging.h #define LOG_GLE(sev) LOG_GLE_EX(sev, GetLastError()) GetLastError 200 third_party/libjingle/overrides/talk/base/logging.h #define LOG_GLEM(sev, mod) LOG_E(sev, HRESULT, GetLastError(), mod) GetLastError 203 third_party/libjingle/overrides/talk/base/logging.h #define LAST_SYSTEM_ERROR (::GetLastError()) GetLastError 708 third_party/libusb/src/libusb/os/poll_windows.c usbi_warn(NULL, "waiting for event failed: %d", (int)GetLastError()); GetLastError 67 third_party/libusb/src/libusb/os/wince_usb.c error_code = retval?retval:GetLastError(); GetLastError 75 third_party/libusb/src/libusb/os/wince_usb.c format_error = GetLastError(); GetLastError 163 third_party/libusb/src/libusb/os/wince_usb.c r = translate_driver_error(GetLastError()); GetLastError 359 third_party/libusb/src/libusb/os/wince_usb.c int libusbErr = translate_driver_error(GetLastError()); GetLastError 367 third_party/libusb/src/libusb/os/wince_usb.c r = translate_driver_error(GetLastError()); GetLastError 445 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 459 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 471 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 487 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 498 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 509 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 512 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 523 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 534 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 537 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 547 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 559 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 570 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 581 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 612 third_party/libusb/src/libusb/os/wince_usb.c return translate_driver_error(GetLastError()); GetLastError 664 third_party/libusb/src/libusb/os/wince_usb.c int libusbErr = translate_driver_error(GetLastError()); GetLastError 666 third_party/libusb/src/libusb/os/wince_usb.c control_transfer ? "Control" : "Bulk", GetLastError()); GetLastError 157 third_party/libusb/src/libusb/os/windows_usb.c error_code = retval?retval:GetLastError(); GetLastError 165 third_party/libusb/src/libusb/os/windows_usb.c format_error = GetLastError(); GetLastError 273 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_NO_MORE_ITEMS) { GetLastError 311 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_NO_MORE_ITEMS) { GetLastError 323 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_NO_MORE_ITEMS) { GetLastError 335 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) { GetLastError 377 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_NO_MORE_ITEMS) { GetLastError 388 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_NO_MORE_ITEMS) { GetLastError 399 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) { GetLastError 1222 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_INVALID_DATA) { GetLastError 2142 third_party/libusb/src/libusb/os/windows_usb.c io_result = GetLastError(); GetLastError 2601 third_party/libusb/src/libusb/os/windows_usb.c switch(GetLastError()) { GetLastError 2716 third_party/libusb/src/libusb/os/windows_usb.c err = GetLastError(); GetLastError 2774 third_party/libusb/src/libusb/os/windows_usb.c switch(GetLastError()) { GetLastError 2911 third_party/libusb/src/libusb/os/windows_usb.c if(GetLastError() != ERROR_IO_PENDING) { GetLastError 2996 third_party/libusb/src/libusb/os/windows_usb.c if(GetLastError() != ERROR_IO_PENDING) { GetLastError 3478 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_IO_PENDING) { GetLastError 3569 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_IO_PENDING) { GetLastError 3685 third_party/libusb/src/libusb/os/windows_usb.c switch(GetLastError()) { GetLastError 4055 third_party/libusb/src/libusb/os/windows_usb.c if (GetLastError() != ERROR_IO_PENDING) { GetLastError 130 third_party/libxslt/libexslt/crypto.c DWORD dw = GetLastError (); GetLastError 46 third_party/lzma_sdk/7zFile.c return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError(); GetLastError 70 third_party/lzma_sdk/7zFile.c return (p->handle != INVALID_HANDLE_VALUE) ? 0 : GetLastError(); GetLastError 82 third_party/lzma_sdk/7zFile.c return GetLastError(); GetLastError 115 third_party/lzma_sdk/7zFile.c return GetLastError(); GetLastError 150 third_party/lzma_sdk/7zFile.c return GetLastError(); GetLastError 185 third_party/lzma_sdk/7zFile.c WRes res = GetLastError(); GetLastError 218 third_party/lzma_sdk/7zFile.c DWORD res = GetLastError(); GetLastError 342 third_party/npapi/npspy/extern/nspr/md/_win95.h #define _MD_ERRNO() GetLastError() GetLastError 356 third_party/npapi/npspy/extern/nspr/md/_winnt.h #define _MD_ERRNO() GetLastError() GetLastError 76 third_party/power_gadget/PowerGadgetLib.h string GetLastError(); GetLastError 58 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Subprocess::Win32ErrorMessage(GetLastError()); GetLastError 83 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); GetLastError 86 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); GetLastError 93 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Win32ErrorMessage(GetLastError()); GetLastError 98 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Win32ErrorMessage(GetLastError()); GetLastError 112 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Win32ErrorMessage(GetLastError()); GetLastError 136 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc process_start_error_ = GetLastError(); GetLastError 180 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Win32ErrorMessage(GetLastError()); GetLastError 229 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Win32ErrorMessage(GetLastError()); GetLastError 238 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc << Win32ErrorMessage(GetLastError()); GetLastError 31496 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 31515 third_party/sqlite/amalgamation/sqlite3.c if (GetLastError() == ERROR_ALREADY_EXISTS){ GetLastError 31527 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 31771 third_party/sqlite/amalgamation/sqlite3.c if( (dwRet==INVALID_SET_FILE_POINTER && GetLastError()!=NO_ERROR) ){ GetLastError 31772 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 31843 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 31886 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 31925 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 31984 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 32003 third_party/sqlite/amalgamation/sqlite3.c && ((error = GetLastError()) != NO_ERROR) ) GetLastError 32044 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 32064 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 32140 third_party/sqlite/amalgamation/sqlite3.c error = GetLastError(); GetLastError 32152 third_party/sqlite/amalgamation/sqlite3.c error = GetLastError(); GetLastError 32164 third_party/sqlite/amalgamation/sqlite3.c error = GetLastError(); GetLastError 32185 third_party/sqlite/amalgamation/sqlite3.c error = GetLastError(); GetLastError 32487 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 32931 third_party/sqlite/amalgamation/sqlite3.c pShmNode->lastErrno = GetLastError(); GetLastError 33104 third_party/sqlite/amalgamation/sqlite3.c DWORD error = GetLastError(); GetLastError 33326 third_party/sqlite/amalgamation/sqlite3.c pFile->lastErrno = GetLastError(); GetLastError 33407 third_party/sqlite/amalgamation/sqlite3.c || ((error = GetLastError()) == ERROR_ACCESS_DENIED)) GetLastError 33419 third_party/sqlite/amalgamation/sqlite3.c || ((error = GetLastError()) == ERROR_ACCESS_DENIED)) GetLastError 33469 third_party/sqlite/amalgamation/sqlite3.c if( GetLastError()!=ERROR_FILE_NOT_FOUND ){ GetLastError 377 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 396 third_party/sqlite/src/src/os_win.c if (GetLastError() == ERROR_ALREADY_EXISTS){ GetLastError 408 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 652 third_party/sqlite/src/src/os_win.c if( (dwRet==INVALID_SET_FILE_POINTER && GetLastError()!=NO_ERROR) ){ GetLastError 653 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 724 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 767 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 806 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 865 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 884 third_party/sqlite/src/src/os_win.c && ((error = GetLastError()) != NO_ERROR) ) GetLastError 925 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 945 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 1021 third_party/sqlite/src/src/os_win.c error = GetLastError(); GetLastError 1033 third_party/sqlite/src/src/os_win.c error = GetLastError(); GetLastError 1045 third_party/sqlite/src/src/os_win.c error = GetLastError(); GetLastError 1066 third_party/sqlite/src/src/os_win.c error = GetLastError(); GetLastError 1368 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 1812 third_party/sqlite/src/src/os_win.c pShmNode->lastErrno = GetLastError(); GetLastError 1985 third_party/sqlite/src/src/os_win.c DWORD error = GetLastError(); GetLastError 2207 third_party/sqlite/src/src/os_win.c pFile->lastErrno = GetLastError(); GetLastError 2288 third_party/sqlite/src/src/os_win.c || ((error = GetLastError()) == ERROR_ACCESS_DENIED)) GetLastError 2300 third_party/sqlite/src/src/os_win.c || ((error = GetLastError()) == ERROR_ACCESS_DENIED)) GetLastError 2350 third_party/sqlite/src/src/os_win.c if( GetLastError()!=ERROR_FILE_NOT_FOUND ){ GetLastError 54 third_party/tcmalloc/chromium/src/base/logging.cc if (fd != kIllegalRawFD && GetLastError() == ERROR_ALREADY_EXISTS) GetLastError 88 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 102 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 108 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 117 third_party/tcmalloc/chromium/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 126 third_party/tcmalloc/chromium/src/windows/nm-pdb.c GetLastError()); GetLastError 211 third_party/tcmalloc/chromium/src/windows/nm-pdb.c error = GetLastError(); GetLastError 225 third_party/tcmalloc/chromium/src/windows/nm-pdb.c error = GetLastError(); GetLastError 231 third_party/tcmalloc/chromium/src/windows/nm-pdb.c error = GetLastError(); GetLastError 240 third_party/tcmalloc/chromium/src/windows/nm-pdb.c error = GetLastError(); GetLastError 252 third_party/tcmalloc/chromium/src/windows/nm-pdb.c error = GetLastError(); GetLastError 148 third_party/tcmalloc/chromium/src/windows/port.h return GetLastError(); GetLastError 153 third_party/tcmalloc/chromium/src/windows/port.h DWORD err = GetLastError(); GetLastError 163 third_party/tcmalloc/chromium/src/windows/port.h return GetLastError(); GetLastError 54 third_party/tcmalloc/vendor/src/base/logging.cc if (fd != kIllegalRawFD && GetLastError() == ERROR_ALREADY_EXISTS) GetLastError 95 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 109 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 115 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 124 third_party/tcmalloc/vendor/src/windows/addr2line-pdb.c error = GetLastError(); GetLastError 126 third_party/tcmalloc/vendor/src/windows/nm-pdb.c GetLastError()); GetLastError 218 third_party/tcmalloc/vendor/src/windows/nm-pdb.c error = GetLastError(); GetLastError 232 third_party/tcmalloc/vendor/src/windows/nm-pdb.c error = GetLastError(); GetLastError 238 third_party/tcmalloc/vendor/src/windows/nm-pdb.c error = GetLastError(); GetLastError 247 third_party/tcmalloc/vendor/src/windows/nm-pdb.c error = GetLastError(); GetLastError 259 third_party/tcmalloc/vendor/src/windows/nm-pdb.c error = GetLastError(); GetLastError 145 third_party/tcmalloc/vendor/src/windows/port.h return GetLastError(); GetLastError 150 third_party/tcmalloc/vendor/src/windows/port.h DWORD err = GetLastError(); GetLastError 160 third_party/tcmalloc/vendor/src/windows/port.h return GetLastError(); GetLastError 71 third_party/tlslite/tlslite/utils/entropy.c "CryptAcquireContext failed, error %d", GetLastError()); GetLastError 79 third_party/tlslite/tlslite/utils/entropy.c "CryptGenRandom failed, error %d", GetLastError()); GetLastError 92 third_party/tlslite/tlslite/utils/entropy.c "CryptReleaseContext failed, error %d", GetLastError()); GetLastError 113 third_party/wtl/include/atlapp.h bRet = (::GetLastError() != ERROR_INVALID_MENU_HANDLE) ? TRUE : FALSE; GetLastError 1077 third_party/wtl/include/atlwince.h DWORD dw = GetLastError(); GetLastError 159 third_party/zlib/contrib/minizip/iowin32.c DWORD dwErr = GetLastError(); GetLastError 181 third_party/zlib/contrib/minizip/iowin32.c DWORD dwErr = GetLastError(); GetLastError 202 third_party/zlib/contrib/minizip/iowin32.c DWORD dwErr = GetLastError(); GetLastError 224 third_party/zlib/contrib/minizip/iowin32.c if ( (li.LowPart == 0xFFFFFFFF) && (GetLastError() != NO_ERROR)) GetLastError 226 third_party/zlib/contrib/minizip/iowin32.c DWORD dwErr = GetLastError(); GetLastError 264 third_party/zlib/contrib/minizip/iowin32.c DWORD dwErr = GetLastError(); GetLastError 303 third_party/zlib/contrib/minizip/iowin32.c DWORD dwErr = GetLastError(); GetLastError 53 third_party/zlib/gzguts.h # define zstrerror() gz_strwinerror((DWORD)GetLastError()) GetLastError 37 third_party/zlib/gzlib.c DWORD lasterr = GetLastError(); GetLastError 149 tools/memory_watcher/call_stack.cc int err = GetLastError(); GetLastError 199 tools/traceline/traceline/main.cc func_addr - 5, GetLastError()); GetLastError 262 tools/traceline/traceline/main.cc func_addr - 5, GetLastError()); GetLastError 1272 tools/traceline/traceline/main.cc NOTREACHED("Failed to launch \"%s\": %d\n", argv[0], GetLastError()); GetLastError 40 tools/traceline/traceline/sym_resolver.h NOTREACHED("SymInitialize failed: %d", GetLastError()); GetLastError 56 tools/traceline/traceline/sym_resolver.h NOTREACHED("SymLoadModuleEx(%s) failed: %d", dllname, GetLastError()); GetLastError 69 tools/traceline/traceline/sym_resolver.h NOTREACHED("SymEnumerateModules64 failed: %d\n", GetLastError()); GetLastError 77 tools/traceline/traceline/sym_resolver.h NOTREACHED("SymGetModuleInfo64 failed: %d\n", GetLastError()); GetLastError 103 tools/traceline/traceline/sym_resolver.h NOTREACHED("SymFromName(%s) failed: %d", name, GetLastError()); GetLastError 157 tools/traceline/traceline/sym_resolver.h NOTREACHED("SymCleanup failed: %d", GetLastError()); GetLastError 87 tools/win/link_limiter/limiter.cc cmdline.c_str(), ErrorMessageToString(GetLastError()).c_str()); GetLastError 108 tools/win/link_limiter/limiter.cc last_error = GetLastError(); GetLastError 197 tools/win/link_limiter/limiter.cc DWORD error = GetLastError(); GetLastError 147 tools/win/split_link/split_link.cc wstring error = ErrorMessageToString(GetLastError()); GetLastError 376 ui/base/clipboard/clipboard_win.cc DCHECK(ERROR_CLIPBOARD_NOT_OPEN != GetLastError()); GetLastError 50 ui/base/win/shell.cc if (::GetLastError() == ERROR_NO_ASSOCIATION) GetLastError 192 ui/gfx/win/hwnd_util.cc switch (GetLastError()) { GetLastError 118 ui/gfx/win/window_impl.cc CHECK(atom) << GetLastError(); GetLastError 194 ui/gfx/win/window_impl.cc if (!hwnd_ && GetLastError() == 0) { GetLastError 94 ui/surface/transport_dib_win.cc << " error:" << ::GetLastError(); GetLastError 68 win8/delegate_execute/chrome_util.cc DWORD last_error = ::GetLastError(); GetLastError 121 win8/delegate_execute/chrome_util.cc "error %u.\n", __FUNCTION__, ::GetLastError()); GetLastError 408 win8/delegate_execute/command_execute_impl.cc AtlTrace("Process launch failed, error %d\n", ::GetLastError()); GetLastError 134 win8/delegate_execute/delegate_execute.cc int error = HRESULT_FROM_WIN32(::GetLastError());