Searched refs:GetRawProps (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 228 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable 334 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; } in GetArchiveGetRawProps()
|
D | UpdateCallback.h | 100 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable
|
D | ArchiveExtractCallback.cpp | 511 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream() 516 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream() 1047 if (_ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult() 1052 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
|
D | OpenArchive.cpp | 529 if (!GetRawProps) in GetItemPathToParent() 541 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItemPathToParent() 564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType)); in GetItemPathToParent() 577 if (GetRawProps) in GetItemPath() 584 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath() 1330 GetRawProps.Release(); in OpenStream2() 2600 GetRawProps.Release(); in OpenStream() 2602 Archive->QueryInterface(IID_IArchiveGetRawProps, (void **)&GetRawProps); in OpenStream()
|
D | UpdateCallback.cpp | 201 if (up.UseArcProps && up.ExistInArchive() && GetRawProps) in GetRawProp() 202 return GetRawProps->GetRawProp( in GetRawProp()
|
D | Update.cpp | 619 updateCallbackSpec->GetRawProps = arc->GetRawProps; in Compress()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 542 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo() 1088 if (arc.GetRawProps) in ListArchives() 1090 RINOK(fp.AddRawProps(arc.GetRawProps)); in ListArchives()
|