Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c114 static uv_fs_t mkdtemp_req2; variable
1360 r = uv_fs_mkdtemp(NULL, &mkdtemp_req2, path_template, NULL); in TEST_IMPL()
1362 check_mkdtemp_result(&mkdtemp_req2); in TEST_IMPL()
1365 ASSERT_NE(0, strcmp(mkdtemp_req1.path, mkdtemp_req2.path)); in TEST_IMPL()
1369 rmdir(mkdtemp_req2.path); in TEST_IMPL()
1371 uv_fs_req_cleanup(&mkdtemp_req2); in TEST_IMPL()

Completed in 16 milliseconds