Searched refs:fs__stat_handle (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
H A D | fs.c | 1630 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle() function 1835 if (fs__stat_handle(handle, statbuf, do_lstat) != 0) in fs__stat_impl_from_path() 1874 /* Disk files use the existing logic from fs__stat_handle. */ in fs__fstat_handle() 1876 return fs__stat_handle(handle, statbuf, 0); in fs__fstat_handle()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 1707 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle() function 1885 if (fs__stat_handle(handle, statbuf, do_lstat) != 0) in fs__stat_impl_from_path() 1943 if (fs__stat_handle(handle, &req->statbuf, 0) != 0) { in fs__fstat()
|
Completed in 8 milliseconds