Lines Matching refs:uv_stat_t
157 INLINE static void fs__stat_assign_statbuf_null(uv_stat_t* statbuf);
158 INLINE static void fs__stat_assign_statbuf(uv_stat_t* statbuf,
1689 uv_stat_t* statbuf, int do_lstat) { in fs__stat_path()
1725 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle()
1818 INLINE static void fs__stat_assign_statbuf_null(uv_stat_t* statbuf) { in fs__stat_assign_statbuf_null()
1819 memset(statbuf, 0, sizeof(uv_stat_t)); in fs__stat_assign_statbuf_null()
1828 INLINE static void fs__stat_assign_statbuf(uv_stat_t* statbuf, in fs__stat_assign_statbuf()
1947 uv_stat_t* statbuf) { in fs__stat_impl_from_path()
2011 INLINE static int fs__fstat_handle(int fd, HANDLE handle, uv_stat_t* statbuf) { in fs__fstat_handle()
2026 memset(statbuf, 0, sizeof(uv_stat_t)); in fs__fstat_handle()
2191 uv_stat_t statbuf; in fs__copyfile()
2192 uv_stat_t new_statbuf; in fs__copyfile()