Home
last modified time | relevance | path

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

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