Home
last modified time | relevance | path

Searched refs:GetPropertyInfo (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DIArchive.h273 …STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) MY_NO_THROW…
541 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp(kProps)
546 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kProps)
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo() function in NArchive::N7z::CHandler
D7zHandler.cpp66 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Console/
DList.cpp462 RINOK(archive->GetPropertyInfo(i, &name, &propID, &vt)); in AddMainProps()
929 RINOK(archive->GetPropertyInfo(j, &name, &propID, &vt)); in Print_OpenArchive_Props()