Searched defs:statxbuf (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.c | 245 uv__statx(int dirfd, const char* path, int flags, unsigned int mask, struct uv__statx* statxbuf) uv__statx() argument
|
H A D | fs.c | 1518 struct uv__statx statxbuf; in uv__fs_statx() local [all...] |
/third_party/ltp/include/lapi/ |
H A D | stat.h | 110 statx(int dirfd, const char *pathname, unsigned int flags, unsigned int mask, struct statx *statxbuf) statx() argument
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1407 struct uv__statx statxbuf; in uv__fs_statx() local
|
H A D | linux.c | 1084 struct uv__statx* statxbuf; in uv__iou_fs_statx() local 421 uv__statx(int dirfd, const char* path, int flags, unsigned int mask, struct uv__statx* statxbuf) uv__statx() argument 1122 uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf) uv__statx_to_stat() argument 1147 struct uv__statx* statxbuf; uv__iou_fs_statx_post() local [all...] |
Completed in 9 milliseconds