Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dinternal.h358 int uv__iou_fs_statx(uv_loop_t* loop,
373 #define uv__iou_fs_statx(loop, req, is_fstat, is_lstat) 0 macro
H A Dfs.c1894 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 1, /* is_lstat */ 0)) in uv_fs_fstat()
1956 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 1)) in uv_fs_lstat()
2175 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 17 milliseconds