Home
last modified time | relevance | path

Searched refs:UV_FS_STAT (Results 1 – 11 of 11) 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.c610 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()
/third_party/libuv/include/
Duv.h1317 UV_FS_STAT, enumerator
/third_party/node/deps/uv/include/
Duv.h1290 UV_FS_STAT, enumerator
/third_party/libuv/include/uv_ndk/
Duv.h1274 UV_FS_STAT, enumerator
/third_party/libuv/docs/src/
Dfs.rst75 UV_FS_STAT,
/third_party/node/deps/uv/src/unix/
Dfs.c1761 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
/third_party/libuv/src/unix/
Dfs.c1782 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
/third_party/node/deps/uv/src/win/
Dfs.c3225 INIT(UV_FS_STAT); in uv_fs_stat()
/third_party/libuv/src/win/
Dfs.c3225 INIT(UV_FS_STAT); in uv_fs_stat()
/third_party/node/src/
Dnode_file.cc1131 UV_FS_STAT, req_wrap_async, "path", TRACE_STR_COPY(*path)) in Stat()