Searched refs:close_req (Results 1 – 5 of 5) sorted by relevance
40 static uv_fs_t close_req; variable98 ASSERT_OK(close_req.result); in refresh()99 uv_fs_req_cleanup(&close_req); in refresh()118 ASSERT_OK(close_req.result); in refresh()119 uv_fs_req_cleanup(&close_req); in refresh()177 ASSERT_OK(close_req.result); in writeExpect()178 uv_fs_req_cleanup(&close_req); in writeExpect()195 ASSERT_OK(close_req.result); in writeExpect()220 ASSERT_OK(close_req.result); in writeFail()240 ASSERT_OK(close_req.result); in readExpect()[all …]
111 static uv_fs_t close_req; variable1004 ASSERT_OK(close_req.result); in fs_file_sync()1027 ASSERT_OK(close_req.result); in fs_file_sync()1051 ASSERT_OK(close_req.result); in fs_file_sync()1139 ASSERT_OK(close_req.result); in fs_file_write_null_buffer()3107 ASSERT_OK(close_req.result); in fs_file_open_append()3124 ASSERT_OK(close_req.result); in fs_file_open_append()3145 ASSERT_OK(close_req.result); in fs_file_open_append()3183 ASSERT_OK(close_req.result); in TEST_IMPL()3194 ASSERT_OK(close_req.result); in TEST_IMPL()[all …]
350 uv_fs_t close_req; in TEST_IMPL() local368 &close_req, in TEST_IMPL()372 uv_fs_req_cleanup(&close_req); in TEST_IMPL()382 &close_req, in TEST_IMPL()386 uv_fs_req_cleanup(&close_req); in TEST_IMPL()
31 uv_fs_t close_req; member180 &fs_reqs.close_req, in write_cb()
30 uv_fs_t close_req; in on_read() local32 uv_fs_close(uv_default_loop(), &close_req, open_req.result, NULL); in on_read()
Completed in 21 milliseconds