Searched refs:fs__stat_impl_from_path (Results 1 – 1 of 1) sorted by relevance
1945 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path() function1991 error = fs__stat_impl_from_path(req->file.pathw, do_lstat, &req->statbuf); in fs__stat_impl()2213 if (fs__stat_impl_from_path(req->file.pathw, 0, &statbuf) != 0 || in fs__copyfile()2214 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()
Completed in 11 milliseconds