Searched refs:mkstemp_req3 (Results 1 – 1 of 1) sorted by relevance
117 static uv_fs_t mkstemp_req3; variable1401 ASSERT_EQ(UV_EINVAL, uv_fs_mkstemp(NULL, &mkstemp_req3, "test_file", NULL)); in TEST_IMPL()1404 ASSERT_OK(strlen(mkstemp_req3.path)); in TEST_IMPL()1406 uv_fs_req_cleanup(&mkstemp_req3); in TEST_IMPL()
Completed in 15 milliseconds