Searched refs:uv__statx (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.h | 37 struct uv__statx { struct 71 int uv__statx(int dirfd, 75 struct uv__statx* statxbuf);
|
H A D | linux-syscalls.c | 245 int uv__statx(int dirfd, in uv__statx() function 249 struct uv__statx* statxbuf) { in uv__statx()
|
H A D | fs.c | 1518 struct uv__statx statxbuf; in uv__fs_statx() 1539 rc = uv__statx(dirfd, path, flags, mode, &statxbuf); in uv__fs_statx()
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 192 struct uv__statx { struct 445 int uv__statx(int dirfd, 449 struct uv__statx* statxbuf); 450 void uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf);
|
H A D | linux.c | 421 int uv__statx(int dirfd, in uv__statx() function 425 struct uv__statx* statxbuf) { in uv__statx() 1084 struct uv__statx* statxbuf; in uv__iou_fs_statx() 1122 void uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf) { in uv__statx_to_stat() 1147 struct uv__statx* statxbuf; in uv__iou_fs_statx_post()
|
H A D | fs.c | 1407 struct uv__statx statxbuf; in uv__fs_statx() 1428 rc = uv__statx(dirfd, path, flags, mode, &statxbuf); in uv__fs_statx()
|
Completed in 19 milliseconds