Searched refs:mkdtemp_req1 (Results 1 – 1 of 1) sorted by relevance
113 static uv_fs_t mkdtemp_req1; variable540 ASSERT_PTR_EQ(req, &mkdtemp_req1); in mkdtemp_cb()1353 r = uv_fs_mkdtemp(loop, &mkdtemp_req1, path_template, mkdtemp_cb); in TEST_IMPL()1365 ASSERT_NE(0, strcmp(mkdtemp_req1.path, mkdtemp_req2.path)); in TEST_IMPL()1368 rmdir(mkdtemp_req1.path); in TEST_IMPL()1370 uv_fs_req_cleanup(&mkdtemp_req1); in TEST_IMPL()
Completed in 16 milliseconds