Searched refs:ERROR_ELEVATION_REQUIRED (Results 1 – 4 of 4) sorted by relevance
68 ASSERT_EQ(uv_translate_sys_error(ERROR_ELEVATION_REQUIRED), UV_EACCES); in TEST_IMPL()
73 case ERROR_ELEVATION_REQUIRED: return UV_EACCES; in uv_translate_sys_error()
4687 #ifndef ERROR_ELEVATION_REQUIRED4688 # define ERROR_ELEVATION_REQUIRED 740 macro
3480 * win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)3508 * win: map ERROR_ELEVATION_REQUIRED to UV_EACCES (Richard Lau)
Completed in 27 milliseconds