Searched refs:mkstemp_req2 (Results 1 – 1 of 1) sorted by relevance
116 static uv_fs_t mkstemp_req2; variable1393 r = uv_fs_mkstemp(NULL, &mkstemp_req2, path_template, NULL); in TEST_IMPL()1395 check_mkstemp_result(&mkstemp_req2); in TEST_IMPL()1398 ASSERT_NE(0, strcmp(mkstemp_req1.path, mkstemp_req2.path)); in TEST_IMPL()1418 uv_fs_close(NULL, &req, mkstemp_req2.result, NULL); in TEST_IMPL()1437 unlink(mkstemp_req2.path); in TEST_IMPL()1439 uv_fs_req_cleanup(&mkstemp_req2); in TEST_IMPL()
Completed in 17 milliseconds