Searched refs:mkdtemp_req2 (Results 1 – 1 of 1) sorted by relevance
107 static uv_fs_t mkdtemp_req2; variable1303 r = uv_fs_mkdtemp(NULL, &mkdtemp_req2, path_template, NULL); in TEST_IMPL()1305 check_mkdtemp_result(&mkdtemp_req2); in TEST_IMPL()1308 ASSERT(strcmp(mkdtemp_req1.path, mkdtemp_req2.path) != 0); in TEST_IMPL()1312 rmdir(mkdtemp_req2.path); in TEST_IMPL()1314 uv_fs_req_cleanup(&mkdtemp_req2); in TEST_IMPL()