Searched refs:GetRawProps (Results 1 – 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 285 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable 424 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; } in GetArchiveGetRawProps()
|
D | OpenArchive.cpp | 537 if (!GetRawProps) in GetItem_PathToParent() 553 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItem_PathToParent() 571 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType)); in GetItem_PathToParent() 622 if (GetRawProps) in GetItem_Path() 629 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItem_Path() 855 if (GetRawProps) in GetItem() 859 RINOK(GetRawProps->GetParent(index, &parentIndex, &parentType)); in GetItem() 1651 GetRawProps.Release(); in OpenStream2() 3037 GetRawProps.Release(); in OpenStream() 3039 Archive->QueryInterface(IID_IArchiveGetRawProps, (void **)&GetRawProps); in OpenStream()
|
D | UpdateCallback.cpp | 248 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp() 249 return Arc->GetRawProps->GetRawProp( in GetRawProp()
|
D | ArchiveExtractCallback.cpp | 825 if (_link.linkPath.IsEmpty() && _arc->GetRawProps) in ReadLink() 831 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in ReadLink() 2321 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult() 2326 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 593 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo() 1255 if (arc.GetRawProps) in ListArchives() 1257 RINOK(fp.AddRawProps(arc.GetRawProps)); in ListArchives()
|