Searched refs:uv__iou_fs_statx (Results 1 - 3 of 3) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | internal.h | 354 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 D | fs.c | 1769 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 D | linux.c | 1079 int uv__iou_fs_statx(uv_loop_t* loop, in uv__iou_fs_statx() function
|
Completed in 10 milliseconds