Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp485 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcBoolProp()
497 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_UInt()
514 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_Int()
974 RINOK(archive->GetArchiveProperty(kpidErrorFlags, &prop)); in ReadBasicProps()
979 RINOK(archive->GetArchiveProperty(kpidWarningFlags, &prop)); in ReadBasicProps()
985 RINOK(archive->GetArchiveProperty(kpidError, &prop)); in ReadBasicProps()
992 RINOK(archive->GetArchiveProperty(kpidWarning, &prop)); in ReadBasicProps()
1109 RINOK(archive->GetArchiveProperty(kpidMTime, &prop)); in ReadParseItemProps()
1120 RINOK(archive->GetArchiveProperty(kpidCTime, &prop)); in ReadParseItemProps()
1130 RINOK(archive->GetArchiveProperty(kpidName, &prop)); in ReadParseItemProps()
[all …]
DExtract.cpp167 if (archive->GetArchiveProperty(kpidPhySize, &prop) == S_OK) in DecompressArchive()
/external/lzma/CPP/7zip/Archive/
DIArchive.h201 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) MY_NO_THROW_DECL_ONLY x; \
445 STDMETHODIMP CHandler::GetArchiveProperty(PROPID, PROPVARIANT *value) \
DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::NSplit::CHandler
DLzmaHandler.cpp235 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::NLzma::CHandler
DXzHandler.cpp346 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::NXz::CHandler
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Console/
DList.cpp816 RINOK(archive->GetArchiveProperty(propID, &prop)); in PrintArcProp()