Home
last modified time | relevance | path

Searched refs:UV_FS_LSTAT (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/include/
Duv.h1291 UV_FS_LSTAT, enumerator
/third_party/libuv/docs/src/
Dfs.rst76 UV_FS_LSTAT,
/third_party/libuv/src/unix/
Dfs.c1762 req->fs_type == UV_FS_LSTAT)) { in uv__fs_work()
/third_party/libuv/src/win/
Dfs.c3239 INIT(UV_FS_LSTAT); in uv_fs_lstat()
/third_party/libuv/test/
Dtest-fs.c664 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()