Lines Matching full:isdir
37 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir)
39 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir);
152 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
154 if (isDir)
169 if (isDir)
175 if (!isDir)
276 bool isDir = false;
287 isDir = dirItem.IsDir();
290 if (!isDir)
303 RINOK(callback->GetStream(path, isDir));
307 if (!isDir)
322 hb.Final(isDir, isAltStream, path);
323 RINOK(callback->SetOperationResult(fileSize, hb, !isDir));