HomeSort by: relevance | last modified time | path
    Searched refs:uv__statx_to_stat (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
internal.h 462 void uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf);
linux.c 1123 void uv__statx_to_stat(const struct uv__statx* statxbuf, uv_stat_t* buf) { function
1157 uv__statx_to_stat(statxbuf, buf);
fs.c 1563 uv__statx_to_stat(&statxbuf, buf);

Completed in 17 milliseconds