Searched refs:GetRawProp (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 208 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp() function in CArchiveUpdateCallback 222 return Arc->GetRawProps->GetRawProp( in GetRawProp()
|
D | ArchiveExtractCallback.cpp | 732 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream() 1564 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
|
D | OpenArchive.cpp | 546 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItemPathToParent() 620 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath()
|
/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 318 …STDMETHOD(GetRawProp)(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *pr…
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 314 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/ |
D | List.cpp | 578 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo()
|