Lines Matching defs:options

356 static void Add_LF(CDynLimBuf &hashFileString, const CHashOptionsLocal &options)

358 hashFileString += (char)(options.HashMode_Zero.Val ? 0 : '\n');
365 const CHashOptionsLocal &options,
371 if (options.HashMode_OnlyHash.Val)
374 Add_LF(hashFileString, options);
381 const bool zeroMode = options.HashMode_Zero.Val;
382 const bool tagMode = options.HashMode_Tag.Val;
430 Add_LF(hashFileString, options);
436 const CHashOptionsLocal &options,
447 WriteLine(hashFileString, options, path, isDir, methodName, hashesString);
454 const CHashOptions &options,
461 if (options.StdInMode)
472 dirItems.SymLinks = options.SymLinks.Val;
473 dirItems.ScanAltStreams = options.AltStreamsMode;
477 dirItems.ShareForWrite = options.OpenShareForWrite;
480 options.PathMode,
495 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods))
501 if (options.StdInMode)
522 const bool needGenerate = !options.HashFilePath.IsEmpty();
532 if (options.StdInMode)
556 inStreamSpec->Set_PreserveATime(options.PreserveATime);
562 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite))
570 if (!options.StdInMode)
616 && (options.HashMode_Dirs.Val || !isDir))
619 options,
637 if (!file.Create(us2fs(options.HashFilePath), true)) // createAlways
1450 // UStringVector methods = options.Methods;
1819 CHashOptionsLocal options = _options;
1823 if (!options.HashMode_Zero.Def && _is_ZeroMode)
1824 options.HashMode_Zero.Val = true;
1825 if (!options.HashMode_Tag.Def && _are_there_Tags)
1826 options.HashMode_Tag.Val = true;
1827 if (!options.HashMode_Dirs.Def && _are_there_Dirs)
1828 options.HashMode_Dirs.Val = true;
1830 if (options.HashMode_OnlyHash.Val && updateItems.Size() != 1)
1831 options.HashMode_OnlyHash.Val = false;
1925 if (options.HashMode_Dirs.Val || !isDir)
1930 options,
1978 options,
1987 Add_LF(hashFileString, options);