Lines Matching refs:ret
1950 DWORD ret; in fs__stat_impl_from_path() local
1979 ret = GetLastError(); in fs__stat_impl_from_path()
1981 ret = 0; in fs__stat_impl_from_path()
1984 return ret; in fs__stat_impl_from_path()
2412 DWORD ret; in fs__utime_impl_from_path() local
2431 ret = GetLastError(); in fs__utime_impl_from_path()
2433 ret = 0; in fs__utime_impl_from_path()
2436 return ret; in fs__utime_impl_from_path()
2858 DWORD ret; in fs__statfs() local
2878 ret = GetFullPathNameW(req->file.pathw, in fs__statfs()
2882 if (ret == 0) { in fs__statfs()
2886 } else if (ret > len) { in fs__statfs()
2887 len = ret; in fs__statfs()