Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c113 static uv_fs_t mkdtemp_req2; variable
1315 r = uv_fs_mkdtemp(NULL, &mkdtemp_req2, path_template, NULL); in TEST_IMPL()
1317 check_mkdtemp_result(&mkdtemp_req2); in TEST_IMPL()
1320 ASSERT_NE(0, strcmp(mkdtemp_req1.path, mkdtemp_req2.path)); in TEST_IMPL()
1324 rmdir(mkdtemp_req2.path); in TEST_IMPL()
1326 uv_fs_req_cleanup(&mkdtemp_req2); in TEST_IMPL()

Completed in 14 milliseconds