Lines Matching refs:isDir
185 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
187 if (isDir)
202 if (isDir)
208 if (!isDir)
367 bool isDir,
405 if (isDir && !esc.IsEmpty() && esc.Back() != '/')
438 bool isDir,
447 WriteLine(hashFileString, options, path, isDir, methodName, hashesString);
529 bool isDir = false;
558 isDir = di.IsDir();
559 if (!isDir)
588 RINOK(callback->GetStream(path, isDir))
593 if (!isDir)
612 hb.Final(isDir, isAltStream, path);
616 && (options.HashMode_Dirs.Val || !isDir))
621 isDir,
629 RINOK(callback->SetOperationResult(fileSize, hb, !isDir))
1530 const bool isDir = hp.IsDir();
1531 if (!isDir)
1625 hb_Use->Final(isDir, isAltStream, path);
1900 const bool isDir = ui.IsDir;
1902 if (needWrite && fileInStream && !isDir)
1923 hb.Final(isDir, isAltStream, ui.Path);
1925 if (options.HashMode_Dirs.Val || !isDir)
1932 isDir,