Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c115 static uv_fs_t mkstemp_req1; variable
566 ASSERT_PTR_EQ(req, &mkstemp_req1); in mkstemp_cb()
1386 r = uv_fs_mkstemp(loop, &mkstemp_req1, path_template, mkstemp_cb); in TEST_IMPL()
1398 ASSERT_NE(0, strcmp(mkstemp_req1.path, mkstemp_req2.path)); in TEST_IMPL()
1410 r = uv_fs_write(NULL, &req, mkstemp_req1.result, &iov, 1, -1, NULL); in TEST_IMPL()
1416 uv_fs_close(NULL, &req, mkstemp_req1.result, NULL); in TEST_IMPL()
1421 fd = uv_fs_open(NULL, &req, mkstemp_req1.path, UV_FS_O_RDONLY, 0, NULL); in TEST_IMPL()
1436 unlink(mkstemp_req1.path); in TEST_IMPL()
1438 uv_fs_req_cleanup(&mkstemp_req1); in TEST_IMPL()

Completed in 12 milliseconds