Lines Matching refs:_so

172   if (_so)

176 *_so << s << endl;
265 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64 *size)
267 *_so << kTab << "Path: ";
268 _so->NormalizePrint_wstr(path);
269 *_so << endl;
274 *_so << kTab << "Size: " << s << endl;
280 *_so << kTab << "Modified: " << temp << endl;
295 if (_so)
297 *_so << endl << "Would you like to replace the existing file:\n";
298 PrintFileInfo(_so, existName, existTime, existSize);
299 *_so << "with the file from archive:\n";
300 PrintFileInfo(_so, newName, newTime, newSize);
303 NUserAnswerMode::EEnum overwriteAnswer = ScanUserYesNoAllQuit(_so);
318 if (_so)
320 *_so << endl;
322 _so->Flush();
346 bool show2 = (LogLevel >= requiredLevel && _so);
355 *_so << _tempA;
361 _so->Normalize_UString(_tempU);
369 _so->PrintUString(_tempU, _tempA);
371 *_so << " <" << *position << ">";
372 *_so << endl;
375 _so->Flush();
544 if (_so)
546 *_so << endl << (testMode ? kTesting : kExtracting);
547 _so->NormalizePrint_wstr(name);
548 *_so << endl;
606 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);
607 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc)
611 *_so << "WARNING:\n";
612 _so->NormalizePrint_UString(arc.Path);
625 *_so << s << endl << endl;
691 if (_so)
693 *_so << endl;
696 _so->NormalizePrint_UString(arc.Path);
697 *_so << endl;
703 if (_so)
704 PrintErrorFlags(*_so, "WARNINGS:", warningFlags);
711 if (_so)
712 *_so << "WARNINGS:" << endl << er.WarningMessage << endl;
717 if (_so)
719 *_so << endl;
721 _so->Flush();
728 if (_so)
730 Print_ErrorFormatIndex_Warning(_so, codecs, arc);
732 _so->Flush();
740 if (_so)
742 RINOK(Print_OpenArchive_Props(*_so, codecs, arcLink))
743 *_so << endl;
749 if (_so)
750 _so->Flush();
781 if (_so)
783 *_so << endl << kNoFiles << endl;
785 _so->Flush();
801 if (_so)
802 _so->Flush();
812 if (_so)
813 *_so << kEverythingIsOk << endl;
818 if (_so)
820 *_so << endl;
822 *_so << "Sub items Errors: " << NumFileErrors_in_Current << endl;
825 if (_so && NeedFlush)
826 _so->Flush();