/third_party/libuv/docs/code/uvcat/ |
H A D | main.c | 6 void on_read(uv_fs_t *req); 8 uv_fs_t open_req; 9 uv_fs_t read_req; 10 uv_fs_t write_req; 16 void on_write(uv_fs_t *req) { in on_write() 25 void on_read(uv_fs_t *req) { in on_read() 30 uv_fs_t close_req; in on_read() 40 void on_open(uv_fs_t *req) { in on_open()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 201 static ssize_t uv__fs_fsync(uv_fs_t* req) { in uv__fs_fsync() 225 static ssize_t uv__fs_fdatasync(uv_fs_t* req) { in uv__fs_fdatasync() 267 static ssize_t uv__fs_futime(uv_fs_t* req) { in uv__fs_futime() 305 static ssize_t uv__fs_mkdtemp(uv_fs_t* req) { in uv__fs_mkdtemp() 329 static int uv__fs_mkstemp(uv_fs_t* req) { in uv__fs_mkstemp() 401 static ssize_t uv__fs_open(uv_fs_t* req) { in uv__fs_open() 430 static ssize_t uv__fs_read(uv_fs_t* req) { in uv__fs_read() 494 static ssize_t uv__fs_scandir(uv_fs_t* req) { in uv__fs_scandir() 519 static int uv__fs_opendir(uv_fs_t* req) { in uv__fs_opendir() 539 static int uv__fs_readdir(uv_fs_t* re [all...] |
H A D | internal.h | 343 int uv__iou_fs_close(uv_loop_t* loop, uv_fs_t* req); 345 uv_fs_t* req, 347 int uv__iou_fs_link(uv_loop_t* loop, uv_fs_t* req); 348 int uv__iou_fs_mkdir(uv_loop_t* loop, uv_fs_t* req); 349 int uv__iou_fs_open(uv_loop_t* loop, uv_fs_t* req); 351 uv_fs_t* req, 353 int uv__iou_fs_rename(uv_loop_t* loop, uv_fs_t* req); 355 uv_fs_t* req, 358 int uv__iou_fs_symlink(uv_loop_t* loop, uv_fs_t* req); 359 int uv__iou_fs_unlink(uv_loop_t* loop, uv_fs_t* re [all...] |
H A D | linux.c | 791 uv_fs_t* req) { in uv__iou_get_sqe() 845 int uv__iou_fs_close(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_close() 885 uv_fs_t* req, in uv__iou_fs_fsync_or_fdatasync() 909 int uv__iou_fs_link(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_link() 934 int uv__iou_fs_mkdir(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_mkdir() 958 int uv__iou_fs_open(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_open() 980 int uv__iou_fs_rename(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_rename() 1002 int uv__iou_fs_symlink(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_symlink() 1026 int uv__iou_fs_unlink(uv_loop_t* loop, uv_fs_t* req) { in uv__iou_fs_unlink() 1047 uv_fs_t* re in uv__iou_fs_read_or_write() [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 181 static ssize_t uv__fs_fsync(uv_fs_t* req) { in uv__fs_fsync() 205 static ssize_t uv__fs_fdatasync(uv_fs_t* req) { in uv__fs_fdatasync() 247 static ssize_t uv__fs_futime(uv_fs_t* req) { in uv__fs_futime() 286 static ssize_t uv__fs_mkdtemp(uv_fs_t* req) { in uv__fs_mkdtemp() 310 static int uv__fs_mkstemp(uv_fs_t* req) { in uv__fs_mkstemp() 381 static ssize_t uv__fs_open(uv_fs_t* req) { in uv__fs_open() 460 static ssize_t uv__fs_read(uv_fs_t* req) { in uv__fs_read() 547 static ssize_t uv__fs_scandir(uv_fs_t* req) { in uv__fs_scandir() 572 static int uv__fs_opendir(uv_fs_t* req) { in uv__fs_opendir() 592 static int uv__fs_readdir(uv_fs_t* re [all...] |
/third_party/libuv/test/ |
H A D | test-metrics.c | 29 uv_fs_t open_req; 30 uv_fs_t write_req; 31 uv_fs_t close_req; 156 static void close_cb(uv_fs_t* req) { in close_cb() 168 static void write_cb(uv_fs_t* req) { in write_cb() 186 static void create_cb(uv_fs_t* req) { in create_cb() 226 uv_fs_t unlink_req; in TEST_IMPL() 261 static void fs_stat_cb(uv_fs_t* req) { in fs_stat_cb() 277 static void fs_write_cb(uv_fs_t* req) { in fs_write_cb() 310 uv_fs_t open_re in TEST_IMPL() [all...] |
H A D | test-fs-readdir.c | 27 static uv_fs_t opendir_req; 28 static uv_fs_t readdir_req; 29 static uv_fs_t closedir_req; 37 uv_fs_t req; in cleanup_test_files() 49 static void empty_closedir_cb(uv_fs_t* req) { in empty_closedir_cb() 57 static void empty_readdir_cb(uv_fs_t* req) { in empty_readdir_cb() 73 static void empty_opendir_cb(uv_fs_t* req) { in empty_opendir_cb() 100 uv_fs_t mkdir_req; in TEST_IMPL() 101 uv_fs_t rmdir_req; in TEST_IMPL() 170 static void non_existing_opendir_cb(uv_fs_t* re [all...] |
H A D | test-fs.c | 105 static uv_fs_t open_req1; 106 static uv_fs_t open_req2; 107 static uv_fs_t read_req; 108 static uv_fs_t write_req; 109 static uv_fs_t unlink_req; 110 static uv_fs_t close_req; 111 static uv_fs_t mkdir_req; 112 static uv_fs_t mkdtemp_req1; 113 static uv_fs_t mkdtemp_req2; 114 static uv_fs_t mkstemp_req [all...] |
H A D | benchmark-fs-stat.c | 41 uv_fs_t fs_req; 47 uv_fs_t reqs[MAX_CONCURRENT_REQS]; in warmup() 66 uv_fs_t req; in sync_bench() 85 static void stat_cb(uv_fs_t* fs_req) { in stat_cb()
|
H A D | test-fs-copyfile.c | 41 static void fail_cb(uv_fs_t* req) { in fail_cb() 45 static void handle_result(uv_fs_t* req) { in handle_result() 46 uv_fs_t stat_req; in handle_result() 72 uv_fs_t req; in touch_file() 102 uv_fs_t req; in TEST_IMPL()
|
H A D | test-fs-open-flags.c | 40 static uv_fs_t close_req; 41 static uv_fs_t mkdir_req; 42 static uv_fs_t open_req; 43 static uv_fs_t read_req; 44 static uv_fs_t rmdir_req; 45 static uv_fs_t unlink_req; 46 static uv_fs_t write_req;
|
H A D | test-thread.c | 45 uv_fs_t handle; 59 static void fs_cb(uv_fs_t* handle); 101 static void fs_cb(uv_fs_t* handle) { in fs_cb()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 287 INLINE static int fs__capture_path(uv_fs_t* req, const char* path, in fs__capture_path() 362 INLINE static void uv__fs_req_init(uv_loop_t* loop, uv_fs_t* req, in uv__fs_req_init() 378 void fs__open(uv_fs_t* req) { in fs__open() 633 void fs__close(uv_fs_t* req) { in fs__close() 683 void fs__read_filemap(uv_fs_t* req, struct uv__fd_info_s* fd_info) { in fs__read_filemap() 780 void fs__read(uv_fs_t* req) { in fs__read() 862 void fs__write_filemap(uv_fs_t* req, HANDLE file, in fs__write_filemap() 986 void fs__write(uv_fs_t* req) { in fs__write() 1064 void fs__rmdir(uv_fs_t* req) { in fs__rmdir() 1073 void fs__unlink(uv_fs_t* re [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 145 INLINE static int fs__capture_path(uv_fs_t* req, const char* path, in fs__capture_path() 244 INLINE static void uv__fs_req_init(uv_loop_t* loop, uv_fs_t* req, in uv__fs_req_init() 444 void fs__open(uv_fs_t* req) { in fs__open() 699 void fs__close(uv_fs_t* req) { in fs__close() 749 void fs__read_filemap(uv_fs_t* req, struct uv__fd_info_s* fd_info) { in fs__read_filemap() 846 void fs__read(uv_fs_t* req) { in fs__read() 928 void fs__write_filemap(uv_fs_t* req, HANDLE file, in fs__write_filemap() 1052 void fs__write(uv_fs_t* req) { in fs__write() 1130 void fs__rmdir(uv_fs_t* req) { in fs__rmdir() 1139 void fs__unlink(uv_fs_t* re [all...] |
/third_party/libuv/src/ |
H A D | uv-data-getter-setters.c | 93 uv_fs_type uv_fs_get_type(const uv_fs_t* req) { in uv_fs_get_type() 97 ssize_t uv_fs_get_result(const uv_fs_t* req) { in uv_fs_get_result() 101 void* uv_fs_get_ptr(const uv_fs_t* req) { in uv_fs_get_ptr() 105 const char* uv_fs_get_path(const uv_fs_t* req) { in uv_fs_get_path() 109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf()
|
/third_party/node/deps/uv/src/ |
H A D | uv-data-getter-setters.c | 93 uv_fs_type uv_fs_get_type(const uv_fs_t* req) { in uv_fs_get_type() 97 ssize_t uv_fs_get_result(const uv_fs_t* req) { in uv_fs_get_result() 101 void* uv_fs_get_ptr(const uv_fs_t* req) { in uv_fs_get_ptr() 105 const char* uv_fs_get_path(const uv_fs_t* req) { in uv_fs_get_path() 109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf()
|
/third_party/libuv/include/ |
H A D | uv.h | 258 typedef struct uv_fs_s uv_fs_t; typedef 355 typedef void (*uv_fs_cb)(uv_fs_t* req); 1442 /* uv_fs_t is a subclass of uv_req_t. */ 1455 UV_EXTERN uv_fs_type uv_fs_get_type(const uv_fs_t*); 1456 UV_EXTERN ssize_t uv_fs_get_result(const uv_fs_t*); 1457 UV_EXTERN int uv_fs_get_system_error(const uv_fs_t*); 1458 UV_EXTERN void* uv_fs_get_ptr(const uv_fs_t*); 1459 UV_EXTERN const char* uv_fs_get_path(const uv_fs_t*); 1460 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*); 1462 UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* re [all...] |
/third_party/node/deps/uv/include/ |
H A D | uv.h | 240 typedef struct uv_fs_s uv_fs_t; typedef 332 typedef void (*uv_fs_cb)(uv_fs_t* req); 1330 /* uv_fs_t is a subclass of uv_req_t. */ 1343 UV_EXTERN uv_fs_type uv_fs_get_type(const uv_fs_t*); 1344 UV_EXTERN ssize_t uv_fs_get_result(const uv_fs_t*); 1345 UV_EXTERN int uv_fs_get_system_error(const uv_fs_t*); 1346 UV_EXTERN void* uv_fs_get_ptr(const uv_fs_t*); 1347 UV_EXTERN const char* uv_fs_get_path(const uv_fs_t*); 1348 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*); 1350 UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* re [all...] |
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 240 typedef struct uv_fs_s uv_fs_t; typedef 330 typedef void (*uv_fs_cb)(uv_fs_t* req); 1314 /* uv_fs_t is a subclass of uv_req_t. */ 1327 UV_EXTERN uv_fs_type uv_fs_get_type(const uv_fs_t*); 1328 UV_EXTERN ssize_t uv_fs_get_result(const uv_fs_t*); 1329 UV_EXTERN void* uv_fs_get_ptr(const uv_fs_t*); 1330 UV_EXTERN const char* uv_fs_get_path(const uv_fs_t*); 1331 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*); 1333 UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* req); 1335 uv_fs_t* re [all...] |
/third_party/node/src/ |
H A D | node_file.h | 82 inline FSContinuationData(uv_fs_t* req, int mode, uv_fs_cb done_cb); 101 uv_fs_t* req_; 107 class FSReqBase : public ReqWrap<uv_fs_t> { 148 static FSReqBase* from_req(uv_fs_t* req) { in from_req() 247 FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req); 253 void Reject(uv_fs_t* req); 262 uv_fs_t* req_ = nullptr; 271 class FileHandleReadWrap final : public ReqWrap<uv_fs_t> { 276 static inline FileHandleReadWrap* from_req(uv_fs_t* req) { in from_req() 372 class CloseReq final : public ReqWrap<uv_fs_t> { [all...] |
H A D | node_dir.cc | 137 uv_fs_t req; in GCClose() 173 void AfterClose(uv_fs_t* req) { in AfterClose() 239 static void AfterDirRead(uv_fs_t* req) { in AfterDirRead() 343 void AfterOpenDir(uv_fs_t* req) { in AfterOpenDir() 389 uv_fs_t* req = &req_wrap_sync.req; in OpenDir()
|
H A D | node_file.cc | 215 typedef void(*uv_fs_callback_t)(uv_fs_t*); 302 uv_fs_t close_req; in ~TransferData() 329 uv_fs_t req; in Close() 465 auto AfterClose = uv_fs_callback_t{[](uv_fs_t* req) { in ClosePromise() 585 uv_fs_callback_t{[](uv_fs_t* req) { in ReadStart() 650 typedef SimpleShutdownWrap<ReqWrap<uv_fs_t>> FileHandleCloseWrap; 665 wrap->Dispatch(uv_fs_close, fd_, uv_fs_callback_t{[](uv_fs_t* req) { in DoShutdown() 714 FSReqAfterScope::FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req) in FSReqAfterScope() 743 void FSReqAfterScope::Reject(uv_fs_t* req) { in Reject() 767 void AfterNoArgs(uv_fs_t* re [all...] |
/third_party/libuv/docs/code/idle-compute/ |
H A D | main.c | 6 uv_fs_t stdin_watcher; 20 void on_type(uv_fs_t *req) { in on_type()
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 58 uv_fs_t req; in uvwasi__get_filestat_set_times() 244 uv_fs_t realpath_req; in uvwasi_init() 245 uv_fs_t open_req; in uvwasi_init() 699 uv_fs_t req; in uvwasi_fd_allocate() 759 uv_fs_t req; in uvwasi_fd_close() 802 uv_fs_t req; in uvwasi_fd_datasync() 987 uv_fs_t req; in uvwasi_fd_filestat_get() 1027 uv_fs_t req; in uvwasi_fd_filestat_set_size() 1067 uv_fs_t req; in uvwasi_fd_filestat_set_times() 1124 uv_fs_t re in uvwasi_fd_pread() [all...] |
/third_party/node/src/tracing/ |
H A D | node_trace_writer.cc | 51 uv_fs_t req; in ~NodeTraceWriter() 75 uv_fs_t req; in OpenNewFileForStreaming() 187 [](uv_fs_t* req) { in StartWrite()
|