Searched refs:open_req_noclose (Results 1 – 1 of 1) sorted by relevance
107 static uv_fs_t open_req_noclose; variable1081 …r = uv_fs_open(NULL, &open_req_noclose, "test_dir/file", UV_FS_O_WRONLY | UV_FS_O_CREAT, S_IWUSR |… in TEST_IMPL()1083 uv_fs_req_cleanup(&open_req_noclose); in TEST_IMPL()1108 r = uv_fs_close(NULL, &close_req, open_req_noclose.result, NULL); in TEST_IMPL()
Completed in 11 milliseconds