Home
last modified time | relevance | path

Searched refs:do_lstat (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dfs.c1631 int do_lstat) { in fs__stat_handle()
1721 if (do_lstat && in fs__stat_handle()
1726 * detect this failure and retry without do_lstat if appropriate. in fs__stat_handle()
1814 int do_lstat, in fs__stat_impl_from_path()
1821 if (do_lstat) in fs__stat_impl_from_path()
1835 if (fs__stat_handle(handle, statbuf, do_lstat) != 0) in fs__stat_impl_from_path()
1845 INLINE static void fs__stat_impl(uv_fs_t* req, int do_lstat) { in fs__stat_impl() argument
1848 error = fs__stat_impl_from_path(req->file.pathw, do_lstat, &req->statbuf); in fs__stat_impl()
1850 if (do_lstat && in fs__stat_impl()
1630 fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, int do_lstat) fs__stat_handle() argument
1813 fs__stat_impl_from_path(WCHAR* path, int do_lstat, uv_stat_t* statbuf) fs__stat_impl_from_path() argument
/third_party/node/deps/uv/src/win/
H A Dfs.c1708 int do_lstat) { in fs__stat_handle()
1772 if (do_lstat && in fs__stat_handle()
1777 * detect this failure and retry without do_lstat if appropriate. in fs__stat_handle()
1864 int do_lstat, in fs__stat_impl_from_path()
1871 if (do_lstat) in fs__stat_impl_from_path()
1885 if (fs__stat_handle(handle, statbuf, do_lstat) != 0) in fs__stat_impl_from_path()
1895 INLINE static void fs__stat_impl(uv_fs_t* req, int do_lstat) { in fs__stat_impl() argument
1898 error = fs__stat_impl_from_path(req->file.pathw, do_lstat, &req->statbuf); in fs__stat_impl()
1900 if (do_lstat && in fs__stat_impl()
1707 fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, int do_lstat) fs__stat_handle() argument
1863 fs__stat_impl_from_path(WCHAR* path, int do_lstat, uv_stat_t* statbuf) fs__stat_impl_from_path() argument

Completed in 9 milliseconds