Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-fs-readdir.c62 ASSERT(req->fs_type == UV_FS_READDIR); in empty_readdir_cb()
286 ASSERT(req->fs_type == UV_FS_READDIR); in non_empty_readdir_cb()
/third_party/libuv/src/win/
Dfs.c2870 else if (req->fs_type == UV_FS_READDIR) in uv_fs_req_cleanup()
3092 INIT(UV_FS_READDIR); in uv_fs_readdir()
/third_party/libuv/include/
Duv.h1316 UV_FS_READDIR, enumerator
/third_party/libuv/docs/src/
Dfs.rst101 UV_FS_READDIR,
/third_party/libuv/src/unix/
Dfs.c2211 if (req->fs_type == UV_FS_READDIR && req->ptr != NULL) in uv_fs_req_cleanup()