Home
last modified time | relevance | path

Searched refs:UV_FS_STAT (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/mit/libuv/dist/test/
H A Dtest-getters-setters.c95 ASSERT(uv_fs_get_type(fs) == UV_FS_STAT); in TEST_IMPL()
H A Dtest-fs.c664 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()
/netbsd/external/mit/libuv/dist/include/
H A Duv.h1290 UV_FS_STAT, enumerator
/netbsd/external/mit/libuv/dist/docs/src/
H A Dfs.rst75 UV_FS_STAT,
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfs.c1761 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs.c3225 INIT(UV_FS_STAT); in uv_fs_stat()