Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1287 UV_FS_READ, enumerator
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs.rst72 UV_FS_READ,
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c1704 req->fs_type == UV_FS_READ); in uv__fs_work()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c2920 INIT(UV_FS_READ); in uv_fs_read()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c406 ASSERT(req->fs_type == UV_FS_READ); in read_cb()