Searched refs:uv_fs_get_statbuf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-getters-setters.c97 ASSERT(uv_fs_get_ptr(fs) == uv_fs_get_statbuf(fs));
98 ASSERT(uv_fs_get_statbuf(fs)->st_mode & S_IFDIR);
/netbsd-current/external/mit/libuv/dist/src/
H A Duv-data-getter-setters.c109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { function
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1348 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);

Completed in 92 milliseconds