Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-fs-readdir.c78 ASSERT(req->fs_type == UV_FS_OPENDIR); in empty_opendir_cb()
119 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL()
172 ASSERT(req->fs_type == UV_FS_OPENDIR); in non_existing_opendir_cb()
192 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL()
224 ASSERT(req->fs_type == UV_FS_OPENDIR); in file_opendir_cb()
245 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL()
327 ASSERT(req->fs_type == UV_FS_OPENDIR); in non_empty_opendir_cb()
401 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL()
/third_party/libuv/include/
Duv.h1315 UV_FS_OPENDIR, enumerator
/third_party/libuv/docs/src/
Dfs.rst100 UV_FS_OPENDIR,
/third_party/libuv/src/unix/
Dfs.c2221 if (req->fs_type != UV_FS_OPENDIR && req->ptr != &req->statbuf) in uv_fs_req_cleanup()
/third_party/libuv/src/win/
Dfs.c3079 INIT(UV_FS_OPENDIR); in uv_fs_opendir()