Home
last modified time | relevance | path

Searched refs:ERROR_ELEVATION_REQUIRED (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/test/
Dtest-error.c68 ASSERT(uv_translate_sys_error(ERROR_ELEVATION_REQUIRED) == UV_EACCES); in TEST_IMPL()
/third_party/libuv/src/win/
Derror.c74 case ERROR_ELEVATION_REQUIRED: return UV_EACCES; in uv_translate_sys_error()
Dwinapi.h4637 #ifndef ERROR_ELEVATION_REQUIRED
4638 # define ERROR_ELEVATION_REQUIRED 740 macro
/third_party/boost/libs/winapi/test/run/
Derror_codes_abi.cpp1991 #if defined(ERROR_ELEVATION_REQUIRED) in main()
1992 BOOST_WINAPI_TEST_CONSTANT(ERROR_ELEVATION_REQUIRED); in main()
/third_party/libuv/
DChangeLog2549 * win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)
2577 * win: map ERROR_ELEVATION_REQUIRED to UV_EACCES (Richard Lau)