Searched refs:GetRawProps (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 279 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable 397 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; } in GetArchiveGetRawProps()
|
D | OpenArchive.cpp | 530 if (!GetRawProps) in GetItemPathToParent() 546 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType)); in GetItemPathToParent() 564 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType)); in GetItemPathToParent() 613 if (GetRawProps) in GetItemPath() 620 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath() 821 if (GetRawProps) in GetItem() 825 RINOK(GetRawProps->GetParent(index, &parentIndex, &parentType)); in GetItem() 1576 GetRawProps.Release(); in OpenStream2() 2915 GetRawProps.Release(); in OpenStream() 2917 Archive->QueryInterface(IID_IArchiveGetRawProps, (void **)&GetRawProps); in OpenStream()
|
D | ArchiveExtractCallback.cpp | 726 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream() 732 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream() 1559 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult() 1564 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
|
D | UpdateCallback.cpp | 221 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp() 222 return Arc->GetRawProps->GetRawProp( in GetRawProp()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 578 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo() 1229 if (arc.GetRawProps) in ListArchives() 1231 RINOK(fp.AddRawProps(arc.GetRawProps)); in ListArchives()
|