Home
last modified time | relevance | path

Searched refs:uv_fs_read (Results 1 - 18 of 18) sorted by relevance

/third_party/libuv/docs/code/idle-compute/
H A Dmain.c26 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in on_type()
40 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in main()
/third_party/libuv/docs/code/uvcat/
H A Dmain.c21 uv_fs_read(uv_default_loop(), &read_req, open_req.result, &iov, 1, -1, on_read); in on_write()
46 uv_fs_read(uv_default_loop(), &read_req, req->result, in on_open()
/third_party/libuv/test/
H A Dtest-fs.c432 r = uv_fs_read(loop, &read_req, open_req1.result, &iov, 1, -1, in open_cb()
1013 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_sync()
1042 r = uv_fs_read(NULL, &read_req, open_req1.result, &iov, 1, -1, NULL); in fs_file_sync()
1267 r = uv_fs_read(NULL, &req, open_req1.result, &iov, 1, -1, NULL); in test_sendfile()
1382 r = uv_fs_read(NULL, &req, fd, &iov, 1, -1, NULL); in TEST_IMPL()
2026 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2047 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2216 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2269 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
3089 r = uv_fs_read(NUL in fs_file_open_append()
[all...]
H A Dtest-fs-open-flags.c187 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in writeExpect()
232 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in readExpect()
252 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in readFail()
258 r = uv_fs_read(NULL, &read_req, open_req.result, &iov, 1, -1, NULL); in readFail()
H A Dtest-eintr-handling.c79 nread = uv_fs_read(loop, &read_req, pipe_fds[0], &iov, 1, -1, NULL); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c44 uv_errno = uv_fs_read(NULL, &req, ctx->fd, bufs, 1, -1, NULL); in thread_main()
H A Dtest-spawn.c351 r = uv_fs_read(NULL, &fs_req, file, &buf, 1, 0, NULL); in TEST_IMPL()
407 r = uv_fs_read(NULL, &fs_req, file, &buf, 1, 0, NULL); in TEST_IMPL()
469 r = uv_fs_read(NULL, &fs_req, file, &buf, 1, 0, NULL); in TEST_IMPL()
548 r = uv_fs_read(NULL, &fs_req, stdout_file, &buf, 1, 0, NULL); in TEST_IMPL()
560 r = uv_fs_read(NULL, &fs_req, stderr_file, &buf, 1, 0, NULL); in TEST_IMPL()
H A Dtest-threadpool-cancel.c344 ASSERT_OK(uv_fs_read(loop, reqs + n++, -1, &iov, 1, 0, fs_cb)); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc580 current_read_->Dispatch(uv_fs_read, in ReadStart()
1041 numchars = uv_fs_read(loop, &read_req, fd, &buf, 1, offset, nullptr); in InternalModuleReadJSON()
2256 uv_fs_read, fd, &uvbuf, 1, pos); in Read()
2262 uv_fs_read, fd, &uvbuf, 1, pos); in Read()
2303 uv_fs_read, fd, *iovs, iovs.length(), pos); in ReadBuffers()
2309 uv_fs_read, fd, *iovs, iovs.length(), pos); in ReadBuffers()
H A Dutil.cc267 uv_fs_read(nullptr, &req, file, &buf, 1, result->length(), nullptr); in ReadFileSync()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1155 r = uv_fs_read(NULL, &req, wrap->fd, bufs, iovs_len, offset, NULL); in uvwasi_fd_pread()
1326 r = uv_fs_read(NULL, &req, wrap->fd, bufs, iovs_len, -1, NULL); in uvwasi_fd_read()
/third_party/libuv/src/unix/
H A Dfs.c1904 int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, in uv_fs_read() function
/third_party/libuv/include/
H A Duv.h1473 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1344 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1361 UV_EXTERN int uv_fs_read(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1997 int uv_fs_read(uv_loop_t* loop, uv_fs_t* req, in uv_fs_read() function
/third_party/libuv/src/win/
H A Dfs.c2900 int uv_fs_read(uv_loop_t* loop, in uv_fs_read() function
/third_party/node/deps/uv/src/win/
H A Dfs.c2913 int uv_fs_read(uv_loop_t* loop, in uv_fs_read() function

Completed in 58 milliseconds