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.h357 int uv__iou_fs_statx(uv_loop_t* loop,
371 #define uv__iou_fs_statx(loop, req, is_fstat, is_lstat) 0 macro
H A Dfs.c1889 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 1, /* is_lstat */ 0)) in uv_fs_fstat()
1948 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 1)) in uv_fs_lstat()
2167 if (uv__iou_fs_statx(loop, req, /* is_fstat */ 0, /* is_lstat */ 0)) in uv_fs_stat()
H A Dlinux.c1058 int uv__iou_fs_statx(uv_loop_t* loop, in uv__iou_fs_statx() function

Completed in 27 milliseconds