Home
last modified time | relevance | path

Searched refs:uv__iou_fs_statx (Results 1 - 3 of 3) sorted by relevance

/third_party/libuv/src/unix/
H A Dinternal.h354 int uv__iou_fs_statx(uv_loop_t* loop,
368 #define uv__iou_fs_statx(loop, req, is_fstat, is_lstat) 0 macro
H A Dfs.c1769 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 1, /* is_lstat */ 0)) in uv_fs_fstat()
1828 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 1)) in uv_fs_lstat()
2047 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 0)) in uv_fs_stat()
H A Dlinux.c1079 int uv__iou_fs_statx(uv_loop_t* loop, in uv__iou_fs_statx() function

Completed in 7 milliseconds