/third_party/libuv/test/ |
D | test-fs.c | 341 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 …]
|
D | test-fs-open-flags.c | 96 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()
|
D | test-fs-readdir.c | 366 r = uv_fs_close(uv_default_loop(), in TEST_IMPL() 380 r = uv_fs_close(uv_default_loop(), in TEST_IMPL()
|
D | test-fork.c | 359 r = uv_fs_close(NULL, &req, file, NULL); in create_file() 381 r = uv_fs_close(NULL, &req, file, NULL); in touch_file()
|
D | test-spawn.c | 352 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()
|
D | test-fs-copyfile.c | 92 r = uv_fs_close(NULL, &req, file, NULL); in touch_file()
|
D | test-fs-event.c | 94 r = uv_fs_close(NULL, &req, file, NULL); in create_file() 115 r = uv_fs_close(NULL, &req, file, NULL); in touch_file()
|
D | test-threadpool-cancel.c | 296 ASSERT(0 == uv_fs_close(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
|
/third_party/node/src/tracing/ |
D | node_trace_writer.cc | 53 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/ |
D | main.c | 33 uv_fs_close(uv_default_loop(), &close_req, open_req.result, NULL); in on_read()
|
/third_party/node/src/ |
D | util.cc | 211 err = uv_fs_close(nullptr, &req, fd, nullptr); in WriteFileSync() 239 CHECK_EQ(0, uv_fs_close(nullptr, &close_req, file, nullptr)); in ReadFileSync()
|
D | node_file.cc | 217 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()
|
D | env.cc | 688 uv_fs_close(nullptr, &close_req, fd, nullptr); in RunCleanup()
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 43 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/ |
D | fd_table.c | 407 r = uv_fs_close(NULL, &req, dst_entry->fd, NULL); in uvwasi_fd_table_renumber()
|
D | uvwasi.c | 712 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/ |
D | uv.h | 1351 UV_EXTERN int uv_fs_close(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1334 UV_EXTERN int uv_fs_close(uv_loop_t* loop,
|
/third_party/libuv/docs/src/ |
D | fs.rst | 206 .. 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/ |
D | fs.c | 1821 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/ |
D | fs.c | 2906 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/ |
D | ChangeLog | 1309 * unix: suppress EINTR/EINPROGRESS in uv_fs_close() (Ben Noordhuis)
|