Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c108 static uv_fs_t mkstemp_req1; variable
569 ASSERT(req == &mkstemp_req1); in mkstemp_cb()
1329 r = uv_fs_mkstemp(loop, &mkstemp_req1, path_template, mkstemp_cb); in TEST_IMPL()
1341 ASSERT(strcmp(mkstemp_req1.path, mkstemp_req2.path) != 0); in TEST_IMPL()
1351 r = uv_fs_write(NULL, &req, mkstemp_req1.result, &iov, 1, -1, NULL); in TEST_IMPL()
1357 uv_fs_close(NULL, &req, mkstemp_req1.result, NULL); in TEST_IMPL()
1362 fd = uv_fs_open(NULL, &req, mkstemp_req1.path , O_RDONLY, 0, NULL); in TEST_IMPL()
1377 unlink(mkstemp_req1.path); in TEST_IMPL()
1379 uv_fs_req_cleanup(&mkstemp_req1); in TEST_IMPL()