Lines Matching refs:archive
34 "update operations are not supported for this archive";
493 CMyComPtr<IInArchive> archive2 = arc->Archive;
617 // we set Archive to allow to transfer GetProperty requests back to DLL.
618 updateCallbackSpec->Archive = arc->Archive;
828 IInArchive *archive = arc.Archive;
829 RINOK(archive->GetNumberOfItems(&numItems));
836 RINOK(Archive_IsItem_Folder(archive, i, ai.IsDir));
837 RINOK(Archive_IsItem_AltStream(archive, i, ai.IsAltStream));
848 RINOK(archive->GetProperty(i, kpidTimeType, &prop));
1010 throw "type of archive is not specified";
1018 throw "can't find archive";;
1028 throw "there is no such archive";
1037 // We need to set Properties to open archive only in some cases (WIM archives).
1079 errorInfo.Message = L"There is some data block after the end of the archive";
1215 // if ((archive != 0 && !usesTempDir) || !options.WorkingDir.IsEmpty())