Home
last modified time | relevance | path

Searched refs:uv_fs_get_statbuf (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/test/
Dtest-getters-setters.c97 ASSERT(uv_fs_get_ptr(fs) == uv_fs_get_statbuf(fs)); in TEST_IMPL()
98 ASSERT(uv_fs_get_statbuf(fs)->st_mode & S_IFDIR); in TEST_IMPL()
/third_party/libuv/src/
Duv-data-getter-setters.c109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf() function
/third_party/libuv/include/uv_ndk/
Duv.h1331 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
/third_party/libuv/include/
Duv.h1360 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
/third_party/libuv/docs/src/
Dfs.rst514 .. c:function:: uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req)