Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-getters-setters.c102 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()
/third_party/libuv/src/
H A Duv-data-getter-setters.c109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf() function
/third_party/node/deps/uv/src/
H A 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/
H A Duv.h1460 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
/third_party/libuv/include/uv_ndk/
H A Duv.h1331 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
/third_party/node/deps/uv/include/
H A Duv.h1348 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);

Completed in 10 milliseconds