Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-fs.c341 r = uv_fs_close(loop, &close_req, open_req1.result, close_cb); in ftruncate_cb()
362 r = uv_fs_close(loop, &close_req, open_req1.result, close_cb); in read_cb()
407 r = uv_fs_close(loop, &close_req, open_req1.result, close_cb); in fsync_cb()
941 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in fs_file_sync()
963 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in fs_file_sync()
987 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in fs_file_sync()
1030 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in fs_file_write_null_buffer()
1068 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in TEST_IMPL()
1076 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in TEST_IMPL()
1181 r = uv_fs_close(NULL, &close_req, open_req1.result, NULL); in test_sendfile()
[all …]
Dtest-fs-open-flags.c96 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in refresh()
116 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in refresh()
175 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in writeExpect()
193 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in writeExpect()
218 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in writeFail()
238 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in readExpect()
263 r = uv_fs_close(NULL, &close_req, open_req.result, NULL); in readFail()
Dtest-fs-readdir.c366 r = uv_fs_close(uv_default_loop(), in TEST_IMPL()
380 r = uv_fs_close(uv_default_loop(), in TEST_IMPL()
Dtest-fork.c359 r = uv_fs_close(NULL, &req, file, NULL); in create_file()
381 r = uv_fs_close(NULL, &req, file, NULL); in touch_file()
Dtest-spawn.c352 r = uv_fs_close(NULL, &fs_req, file, NULL); in TEST_IMPL()
408 r = uv_fs_close(NULL, &fs_req, file, NULL); in TEST_IMPL()
470 r = uv_fs_close(NULL, &fs_req, file, NULL); in TEST_IMPL()
549 r = uv_fs_close(NULL, &fs_req, stdout_file, NULL); in TEST_IMPL()
561 r = uv_fs_close(NULL, &fs_req, stderr_file, NULL); in TEST_IMPL()
1556 ASSERT(0 == uv_fs_close(NULL, &fs_req, r, NULL)); in TEST_IMPL()
Dtest-fs-copyfile.c92 r = uv_fs_close(NULL, &req, file, NULL); in touch_file()
Dtest-fs-event.c94 r = uv_fs_close(NULL, &req, file, NULL); in create_file()
115 r = uv_fs_close(NULL, &req, file, NULL); in touch_file()
Dtest-threadpool-cancel.c296 ASSERT(0 == uv_fs_close(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
/third_party/node/src/tracing/
Dnode_trace_writer.cc53 CHECK_EQ(0, uv_fs_close(nullptr, &req, fd_, nullptr)); in ~NodeTraceWriter()
84 CHECK_EQ(uv_fs_close(nullptr, &req, fd_, nullptr), 0); in OpenNewFileForStreaming()
/third_party/libuv/docs/code/uvcat/
Dmain.c33 uv_fs_close(uv_default_loop(), &close_req, open_req.result, NULL); in on_read()
/third_party/node/src/
Dutil.cc211 err = uv_fs_close(nullptr, &req, fd, nullptr); in WriteFileSync()
239 CHECK_EQ(0, uv_fs_close(nullptr, &close_req, file, nullptr)); in ReadFileSync()
Dnode_file.cc217 CHECK_EQ(0, uv_fs_close(nullptr, &close_req, fd_, nullptr)); in ~TransferData()
241 int ret = uv_fs_close(env()->event_loop(), &req, fd_, nullptr); in Close()
374 int ret = req->Dispatch(uv_fs_close, fd_, AfterClose); in ClosePromise()
551 wrap->Dispatch(uv_fs_close, fd_, uv_fs_callback_t{[](uv_fs_t* req) { in DoShutdown()
882 uv_fs_close, fd); in Close()
887 SyncCall(env, args[2], &req_wrap_sync, "close", uv_fs_close, fd); in Close()
917 CHECK_EQ(0, uv_fs_close(loop, &close_req, fd, nullptr)); in InternalModuleReadJSON()
Denv.cc688 uv_fs_close(nullptr, &close_req, fd, nullptr); in RunCleanup()
/third_party/libuv/docs/src/guide/
Dfilesystem.rst43 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
79 ``uv_fs_close()`` call is performed synchronously. *Usually tasks which are
127 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb);
/third_party/node/deps/uvwasi/src/
Dfd_table.c407 r = uv_fs_close(NULL, &req, dst_entry->fd, NULL); in uvwasi_fd_table_renumber()
Duvwasi.c712 r = uv_fs_close(NULL, &req, wrap->fd, NULL); in uvwasi_fd_close()
2007 uv_fs_close(NULL, &req, r, NULL); in uvwasi_path_open()
/third_party/libuv/include/
Duv.h1351 UV_EXTERN int uv_fs_close(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
Duv.h1334 UV_EXTERN int uv_fs_close(uv_loop_t* loop,
/third_party/libuv/docs/src/
Dfs.rst206 .. c:function:: int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
/third_party/libuv/src/unix/
Dfs.c1821 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close() function
/third_party/libuv/src/win/
Dfs.c2906 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_close() function
/third_party/libuv/
DChangeLog1309 * unix: suppress EINTR/EINPROGRESS in uv_fs_close() (Ben Noordhuis)