Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-getters-setters.c100 ASSERT_EQ(uv_fs_get_type(fs), UV_FS_STAT); in TEST_IMPL()
H A Dtest-threadpool-cancel.c111 case UV_FS_STAT: in known_broken()
H A Dtest-fs.c661 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()
670 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_batch_cb()
/libuv/include/
H A Duv.h1389 UV_FS_STAT, enumerator
/libuv/docs/src/
H A Dfs.rst85 UV_FS_STAT,
/libuv/src/unix/
H A Dfs.c1759 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
H A Dlinux.c1204 case UV_FS_STAT: in uv__poll_io_uring()
/libuv/src/win/
H A Dfs.c3356 INIT(UV_FS_STAT); in uv_fs_stat()

Completed in 45 milliseconds