Home
last modified time | relevance | path

Searched defs:windows_error (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/proxy_resolution/win/
Dwindows_system_proxy_resolution_service_unittest.cc45 int windows_error) { in MockRequest()
58 int windows_error) { in DoCallback()
79 void set_windows_error(int windows_error) { windows_error_ = windows_error; } in set_windows_error()
Dwindows_system_proxy_resolution_request.cc96 int windows_error) { in ProxyResolutionComplete()
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp174 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); } in windows_error() function
/external/fmtlib/include/fmt/
Dos.h197 windows_error(int error_code, string_view message, const Args&... args) { in windows_error() function