Home
last modified time | relevance | path

Searched refs:GetArchiveProperty (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp484 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcBoolProp()
496 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_UInt()
513 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_Int()
1208 RINOK(archive->GetArchiveProperty(kpidErrorFlags, &prop)); in ReadBasicProps()
1213 RINOK(archive->GetArchiveProperty(kpidWarningFlags, &prop)); in ReadBasicProps()
1219 RINOK(archive->GetArchiveProperty(kpidError, &prop)); in ReadBasicProps()
1226 RINOK(archive->GetArchiveProperty(kpidWarning, &prop)); in ReadBasicProps()
1355 RINOK(archive->GetArchiveProperty(kpidMTime, &prop)); in ReadParseItemProps()
1366 RINOK(archive->GetArchiveProperty(kpidCTime, &prop)); in ReadParseItemProps()
1376 RINOK(archive->GetArchiveProperty(kpidName, &prop)); in ReadParseItemProps()
[all …]
DExtract.cpp207 if (archive->GetArchiveProperty(kpidPhySize, &prop) == S_OK) in DecompressArchive()
/external/lzma/CPP/7zip/Archive/
DIArchive.h271 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
577 STDMETHODIMP CHandler::GetArchiveProperty(PROPID, PROPVARIANT *value) \
DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::NSplit::CHandler
DLzmaHandler.cpp213 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::NLzma::CHandler
DXzHandler.cpp324 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::NXz::CHandler
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp166 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Console/
DList.cpp900 RINOK(archive->GetArchiveProperty(propID, &prop)); in PrintArcProp()