Searched refs:uv__to_stat (Results 1 – 2 of 2) sorted by relevance
1452 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat() function1620 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()
2575 * fs: fix uv__to_stat on BSD platforms (Santiago Gimeno)