Home
last modified time | relevance | path

Searched refs:UV_FS_READDIR (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs-readdir.c62 ASSERT_EQ(req->fs_type, UV_FS_READDIR); in empty_readdir_cb()
286 ASSERT_EQ(req->fs_type, UV_FS_READDIR); in non_empty_readdir_cb()
/third_party/node/src/
H A Dnode_dir.cc303 FS_DIR_ASYNC_TRACE_BEGIN0(UV_FS_READDIR, req_wrap_async) in Read()
/third_party/libuv/src/win/
H A Dfs.c2857 else if (req->fs_type == UV_FS_READDIR) in uv_fs_req_cleanup()
3079 INIT(UV_FS_READDIR); in uv_fs_readdir()
/third_party/node/deps/uv/src/win/
H A 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/src/unix/
H A Dfs.c2144 if (req->fs_type == UV_FS_READDIR && req->ptr != NULL) in uv_fs_req_cleanup()
/third_party/libuv/include/
H A Duv.h1428 UV_FS_READDIR, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1300 UV_FS_READDIR, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1316 UV_FS_READDIR, enumerator
/third_party/node/deps/uv/src/unix/
H A Dfs.c2212 if (req->fs_type == UV_FS_READDIR && req->ptr != NULL) in uv_fs_req_cleanup()

Completed in 28 milliseconds