Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c117 static uv_fs_t mkstemp_req3; variable
1401 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 10 milliseconds