Lines Matching full:archive
36 IInArchive *archive = arc.Archive;
46 // Most "pe" archives have same name of archive subfile "[0]" or ".rsrc_1".
48 // We will use top level archive name
79 RINOK(archive->GetNumberOfItems(&numItems));
100 RINOK(Archive_IsItem_Folder(archive, i, isFolder));
102 RINOK(Archive_IsItem_AltStream(archive, i, isAltStream));
165 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs);
167 if (archive->GetArchiveProperty(kpidPhySize, &prop) == S_OK)
171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs);
229 throw "there is no such archive";
272 throw "there is no such archive";
419 UString s = L"Can not open the file as [" + codecs->Formats[arc.ErrorFormatIndex].Name + L"] archive\n";
420 s += L"The file is open as [" + codecs->Formats[arc.FormatIndex].Name + L"] archive";