• Home
  • Raw
  • Download

Lines Matching refs:_so

161   if (_so)  in PrintStat()
165 *_so << s << endl; in PrintStat()
253 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64… in PrintFileInfo() argument
255 *_so << kTab << "Path: "; in PrintFileInfo()
256 _so->NormalizePrint_wstr(path); in PrintFileInfo()
257 *_so << endl; in PrintFileInfo()
262 *_so << kTab << "Size: " << s << endl; in PrintFileInfo()
268 *_so << kTab << "Modified: " << temp << endl; in PrintFileInfo()
283 if (_so) in AskOverwrite()
285 *_so << endl << "Would you like to replace the existing file:\n"; in AskOverwrite()
286 PrintFileInfo(_so, existName, existTime, existSize); in AskOverwrite()
287 *_so << "with the file from archive:\n"; in AskOverwrite()
288 PrintFileInfo(_so, newName, newTime, newSize); in AskOverwrite()
291 NUserAnswerMode::EEnum overwriteAnswer = ScanUserYesNoAllQuit(_so); in AskOverwrite()
306 if (_so) in AskOverwrite()
308 *_so << endl; in AskOverwrite()
310 _so->Flush(); in AskOverwrite()
333 bool show2 = (LogLevel >= requiredLevel && _so); in PrepareOperation()
342 *_so << _tempA; in PrepareOperation()
348 _so->Normalize_UString(_tempU); in PrepareOperation()
350 _so->PrintUString(_tempU, _tempA); in PrepareOperation()
352 *_so << " <" << *position << ">"; in PrepareOperation()
353 *_so << endl; in PrepareOperation()
356 _so->Flush(); in PrepareOperation()
524 if (_so) in BeforeOpen()
526 *_so << endl << (testMode ? kTesting : kExtracting); in BeforeOpen()
527 _so->NormalizePrint_wstr(name); in BeforeOpen()
528 *_so << endl; in BeforeOpen()
585 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc) in Print_ErrorFormatIndex_Warning() argument
589 *_so << "WARNING:\n"; in Print_ErrorFormatIndex_Warning()
590 _so->NormalizePrint_UString(arc.Path); in Print_ErrorFormatIndex_Warning()
603 *_so << s << endl << endl; in Print_ErrorFormatIndex_Warning()
669 if (_so) in OpenResult()
671 *_so << endl; in OpenResult()
674 _so->NormalizePrint_UString(arc.Path); in OpenResult()
675 *_so << endl; in OpenResult()
681 if (_so) in OpenResult()
682 PrintErrorFlags(*_so, "WARNINGS:", warningFlags); in OpenResult()
689 if (_so) in OpenResult()
690 *_so << "WARNINGS:" << endl << er.WarningMessage << endl; in OpenResult()
695 if (_so) in OpenResult()
697 *_so << endl; in OpenResult()
699 _so->Flush(); in OpenResult()
706 if (_so) in OpenResult()
708 Print_ErrorFormatIndex_Warning(_so, codecs, arc); in OpenResult()
710 _so->Flush(); in OpenResult()
718 if (_so) in OpenResult()
720 RINOK(Print_OpenArchive_Props(*_so, codecs, arcLink)); in OpenResult()
721 *_so << endl; in OpenResult()
727 if (_so) in OpenResult()
728 _so->Flush(); in OpenResult()
759 if (_so) in ThereAreNoFiles()
761 *_so << endl << kNoFiles << endl; in ThereAreNoFiles()
763 _so->Flush(); in ThereAreNoFiles()
779 if (_so) in ExtractResult()
780 _so->Flush(); in ExtractResult()
790 if (_so) in ExtractResult()
791 *_so << kEverythingIsOk << endl; in ExtractResult()
796 if (_so) in ExtractResult()
798 *_so << endl; in ExtractResult()
800 *_so << "Sub items Errors: " << NumFileErrors_in_Current << endl; in ExtractResult()
803 if (_so && NeedFlush) in ExtractResult()
804 _so->Flush(); in ExtractResult()