Home
last modified time | relevance | path

Searched refs:GetRawProps (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h279 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable
397 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; } in GetArchiveGetRawProps()
DOpenArchive.cpp530 if (!GetRawProps) in GetItemPathToParent()
546 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItemPathToParent()
564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType)); in GetItemPathToParent()
610 if (GetRawProps) in GetItemPath()
617 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath()
818 if (GetRawProps) in GetItem()
822 RINOK(GetRawProps->GetParent(index, &parentIndex, &parentType)); in GetItem()
1572 GetRawProps.Release(); in OpenStream2()
2906 GetRawProps.Release(); in OpenStream()
2908 Archive->QueryInterface(IID_IArchiveGetRawProps, (void **)&GetRawProps); in OpenStream()
DArchiveExtractCallback.cpp715 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream()
721 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream()
1470 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult()
1475 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
DUpdateCallback.cpp218 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp()
219 return Arc->GetRawProps->GetRawProp( in GetRawProp()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp582 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo()
1158 if (arc.GetRawProps) in ListArchives()
1160 RINOK(fp.AddRawProps(arc.GetRawProps)); in ListArchives()