Home
last modified time | relevance | path

Searched refs:uv__iou_fs_statx (Results 1 – 3 of 3) sorted by path

/libuv/src/unix/
H A Dfs.c1877 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 1, /* is_lstat */ 0)) in uv_fs_fstat()
1936 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 1)) in uv_fs_lstat()
2155 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 0)) in uv_fs_stat()
H A Dinternal.h345 int uv__iou_fs_statx(uv_loop_t* loop,
359 #define uv__iou_fs_statx(loop, req, is_fstat, is_lstat) 0 macro
H A Dlinux.c1050 int uv__iou_fs_statx(uv_loop_t* loop, in uv__iou_fs_statx() function

Completed in 28 milliseconds