Lines Matching defs:res
35 const bool res = fi.Find(path, followLink);
36 if (!res)
37 return res;
39 return res;
43 return res;
50 return res;
56 return res;
61 return res;
216 BOOL res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(void *)(Byte *)TempSecureBuf, (DWORD)TempSecureBuf.Size(), &secureSize);
218 if (res)
235 res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(void *)(Byte *)TempSecureBuf, (DWORD)TempSecureBuf.Size(), &secureSize);
236 if (res)
247 if (res)
508 HRESULT res = EnumerateDirItems(
513 return res;
594 DWORD res = ::GetLastError();
596 return AddError(path, res);
1502 HRESULT res = EnumerateItems(censor, censorPathMode, addPathPrefix, dirItems);
1504 RINOK(res)