Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs-readdir.c79 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in empty_opendir_cb()
120 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
173 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in non_existing_opendir_cb()
193 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
225 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in file_opendir_cb()
246 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
328 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in non_empty_opendir_cb()
402 ASSERT_EQ(opendir_req.fs_type, UV_FS_OPENDIR); in TEST_IMPL()
494 ASSERT_EQ(req->fs_type, UV_FS_OPENDIR); in readdir_symlink_opendir_cb()
/libuv/include/
H A Duv.h1414 UV_FS_OPENDIR, enumerator
/libuv/docs/src/
H A Dfs.rst110 UV_FS_OPENDIR,
/libuv/src/unix/
H A Dfs.c2282 if (req->fs_type != UV_FS_OPENDIR && req->ptr != &req->statbuf) in uv_fs_req_cleanup()
/libuv/src/win/
H A Dfs.c3210 INIT(UV_FS_OPENDIR); in uv_fs_opendir()

Completed in 25 milliseconds