Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h228 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable
334 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; } in GetArchiveGetRawProps()
DUpdateCallback.h100 CMyComPtr<IArchiveGetRawProps> GetRawProps; variable
DArchiveExtractCallback.cpp511 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()
DOpenArchive.cpp529 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()
DUpdateCallback.cpp201 if (up.UseArcProps && up.ExistInArchive() && GetRawProps) in GetRawProp()
202 return GetRawProps->GetRawProp( in GetRawProp()
DUpdate.cpp619 updateCallbackSpec->GetRawProps = arc->GetRawProps; in Compress()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp542 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()