Home | History | Annotate | Download | only in Console

Lines Matching refs:OutStream

67   (*OutStream) << "file " << existName <<

69 (*OutStream) << newName;
71 NUserAnswerMode::EEnum overwriteAnswer = ScanUserYesNoAllQuit(OutStream);
90 case NArchive::NExtract::NAskMode::kExtract: (*OutStream) << kExtractString; break;
91 case NArchive::NExtract::NAskMode::kTest: (*OutStream) << kTestString; break;
92 case NArchive::NExtract::NAskMode::kSkip: (*OutStream) << kSkipString; break;
94 (*OutStream) << name;
96 (*OutStream) << " <" << *position << ">";
102 (*OutStream) << message << endl;
118 (*OutStream) << " ";
122 (*OutStream) << kUnsupportedMethod;
125 (*OutStream) << (encrypted ? kCrcFailedEncrypted: kCrcFailed);
128 (*OutStream) << (encrypted ? kDataErrorEncrypted : kDataError);
131 (*OutStream) << kUnknownError;
135 (*OutStream) << endl;
152 Password = GetPassword(OutStream);
164 (*OutStream) << endl << kProcessing << name << endl;
170 (*OutStream) << endl;
173 (*OutStream) << "Error: ";
176 (*OutStream) << (encrypted ?
183 (*OutStream) << "Can't allocate required memory";
185 (*OutStream) << NError::MyFormatMessage(result);
187 (*OutStream) << endl;
195 (*OutStream) << endl << kNoFiles << endl;
203 (*OutStream) << endl;
205 (*OutStream) << kEverythingIsOk << endl;
209 (*OutStream) << "Sub items Errors: " << NumFileErrorsInCurrentArchive << endl;
217 (*OutStream) << endl << kError;
219 (*OutStream) << kMemoryExceptionMessage;
224 (*OutStream) << message;
226 (*OutStream) << endl;