Searched refs:system_error (Results 1 – 1 of 1) sorted by relevance
4597 int system_error; in TEST_IMPL() local4602 system_error = uv_fs_get_system_error(&req); in TEST_IMPL()4604 ASSERT_EQ(system_error, ERROR_FILE_NOT_FOUND); in TEST_IMPL()4606 ASSERT_EQ(system_error, ENOENT); in TEST_IMPL()
Completed in 11 milliseconds