Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dfs.c1813 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path() function
1848 error = fs__stat_impl_from_path(req->file.pathw, do_lstat, &req->statbuf); in fs__stat_impl()
2070 if (fs__stat_impl_from_path(req->file.pathw, 0, &statbuf) != 0 || in fs__copyfile()
2071 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()
/third_party/node/deps/uv/src/win/
H A Dfs.c1863 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path() function
1898 error = fs__stat_impl_from_path(req->file.pathw, do_lstat, &req->statbuf); in fs__stat_impl()
2089 if (fs__stat_impl_from_path(req->file.pathw, 0, &statbuf) != 0 || in fs__copyfile()
2090 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()

Completed in 11 milliseconds