Searched refs:uv_fs_get_statbuf (Results 1 – 4 of 4) sorted by relevance
102 ASSERT_PTR_EQ(uv_fs_get_ptr(fs), uv_fs_get_statbuf(fs)); in TEST_IMPL()103 ASSERT(uv_fs_get_statbuf(fs)->st_mode & S_IFDIR); in TEST_IMPL()
109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf() function
1447 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
533 .. c:function:: uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req)
Completed in 20 milliseconds