Home
last modified time | relevance | path

Searched refs:UV_FS_STAT (Results 1 - 12 of 12) sorted by relevance

/third_party/libuv/test/
H A Dtest-getters-setters.c100 ASSERT_EQ(uv_fs_get_type(fs), UV_FS_STAT); in TEST_IMPL() local
H A Dtest-threadpool-cancel.c111 case UV_FS_STAT: in known_broken()
H A Dtest-fs.c660 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()
669 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_batch_cb()
/third_party/libuv/src/unix/
H A Dfs.c1631 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()
/third_party/libuv/include/
H A Duv.h1402 UV_FS_STAT, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1274 UV_FS_STAT, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1290 UV_FS_STAT, enumerator
/third_party/node/deps/uv/src/unix/
H A Dfs.c1761 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
/third_party/libuv/src/win/
H A Dfs.c3212 INIT(UV_FS_STAT); in uv_fs_stat()
/third_party/node/src/
H A Dnode_file.cc1129 UV_FS_STAT, req_wrap_async, "path", TRACE_STR_COPY(*path)) in Stat()
/third_party/node/deps/uv/src/win/
H A Dfs.c3225 INIT(UV_FS_STAT); in uv_fs_stat()

Completed in 35 milliseconds