Searched refs:UV_FS_STAT (Results 1 – 11 of 11) sorted by relevance
95 ASSERT(uv_fs_get_type(fs) == UV_FS_STAT); in TEST_IMPL()
610 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()
1317 UV_FS_STAT, enumerator
1290 UV_FS_STAT, enumerator
1274 UV_FS_STAT, enumerator
75 UV_FS_STAT,
1761 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
1782 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
3225 INIT(UV_FS_STAT); in uv_fs_stat()
1131 UV_FS_STAT, req_wrap_async, "path", TRACE_STR_COPY(*path)) in Stat()