Home
last modified time | relevance | path

Searched refs:uv__to_stat (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
Dfs.c1452 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat() function
1620 uv__to_stat(&pbuf, buf); in uv__fs_stat()
1636 uv__to_stat(&pbuf, buf); in uv__fs_lstat()
1652 uv__to_stat(&pbuf, buf); in uv__fs_fstat()
/third_party/libuv/
DChangeLog2575 * fs: fix uv__to_stat on BSD platforms (Santiago Gimeno)