Searched refs:mkdtemp_req1 (Results 1 – 1 of 1) sorted by relevance
106 static uv_fs_t mkdtemp_req1; variable543 ASSERT(req == &mkdtemp_req1); in mkdtemp_cb()1296 r = uv_fs_mkdtemp(loop, &mkdtemp_req1, path_template, mkdtemp_cb); in TEST_IMPL()1308 ASSERT(strcmp(mkdtemp_req1.path, mkdtemp_req2.path) != 0); in TEST_IMPL()1311 rmdir(mkdtemp_req1.path); in TEST_IMPL()1313 uv_fs_req_cleanup(&mkdtemp_req1); in TEST_IMPL()