Home
last modified time | relevance | path

Searched refs:GetRawProp (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp205 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp() function in CArchiveUpdateCallback
219 return Arc->GetRawProps->GetRawProp( in GetRawProp()
DArchiveExtractCallback.cpp721 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream()
1475 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
DOpenArchive.cpp546 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItemPathToParent()
617 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath()
/external/lzma/CPP/7zip/Archive/
DIArchive.h318 …STDMETHOD(GetRawProp)(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *pr…
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp308 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Console/
DList.cpp582 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo()