HomeSort by: relevance | last modified time | path
    Searched defs:fs__stat_impl_from_path (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
fs.c 2130 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, function
2180 error = fs__stat_impl_from_path(req->file.pathw, do_lstat, &req->statbuf);
2402 if (fs__stat_impl_from_path(req->file.pathw, 0, &statbuf) != 0 ||
2403 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) {

Completed in 19 milliseconds