Home
last modified time | relevance | path

Searched refs:GetRawProp (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp244 Z7_COM7F_IMF(CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) in GetRawProp() function
258 return Arc->GetRawProps->GetRawProp( in GetRawProp()
H A DArchiveExtractCallback.cpp838 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in ReadLink()
2339 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
H A DOpenArchive.cpp544 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType))
620 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK &&
665 else if (GetRawProps->GetRawProp(index, kpidName, &p, &size, &propType) == S_OK &&
690 if (GetRawProps->GetRawProp(index2, kpidName, &p2, &size2, &propType) != S_OK &&
718 if (GetRawProps->GetRawProp(index2, kpidName, &p2, &size2, &propType) != S_OK)
H A DHashCalc.cpp1056 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) in GetRawProp() function
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h360 GetRawProp:
367 x(GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) \
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp342 Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) in GetRawProp() function
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp595 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)) in PrintItemInfo()

Completed in 13 milliseconds