HomeSort by: relevance | last modified time | path
    Searched defs:uv__statx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
linux-syscalls.c 245 int uv__statx(int dirfd, function
249 struct uv__statx* statxbuf) {
linux-syscalls.h 37 struct uv__statx { struct
71 int uv__statx(int dirfd,
75 struct uv__statx* statxbuf);
internal.h 195 struct uv__statx { struct
457 int uv__statx(int dirfd,
461 struct uv__statx* statxbuf);
462 void uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf);
linux.c 396 int uv__statx(int dirfd, function
400 struct uv__statx* statxbuf) {
1085 struct uv__statx* statxbuf;
1123 void uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf) {
1148 struct uv__statx* statxbuf;

Completed in 19 milliseconds