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