Searched defs:statbuf (Results 1 – 5 of 5) sorted by relevance
46 uv_stat_t statbuf; member186 uv_stat_t* statbuf; in poll_cb() local
529 struct stat statbuf; in uv__fs_event() local573 struct stat statbuf; in uv_fs_event_start() local
442 struct stat statbuf; in uv__path_is_a_directory() local
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()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()2191 uv_stat_t statbuf; in fs__copyfile() local
1438 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */ member
Completed in 30 milliseconds