Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h285 CMyComPtr<IArchiveGetRawProps> GetRawProps; member in CArc
421 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; } in GetArchiveGetRawProps()
H A DOpenArchive.cpp108 GetRawProps.Release();
528 if (!GetRawProps)
544 RINOK(GetRawProps->GetRawProp(curIndex, kpidName, &p, &size, &propType))
562 RINOK(GetRawProps->GetParent(curIndex, &curParent, &parentType))
613 if (GetRawProps)
620 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK &&
665 else if (GetRawProps->GetRawProp(index, kpidName, &p, &size, &propType) == S_OK &&
678 if (GetRawProps->GetParent(index2, &parent, &parentType) != S_OK)
690 if (GetRawProps->GetRawProp(index2, kpidName, &p2, &size2, &propType) != S_OK &&
707 if (GetRawProps
[all...]
H A DUpdateCallback.cpp257 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp()
258 return Arc->GetRawProps->GetRawProp( in GetRawProp()
H A DArchiveExtractCallback.cpp832 if (_link.linkPath.IsEmpty() && _arc->GetRawProps) in ReadLink()
838 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in ReadLink()
2334 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult()
2339 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp595 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)) in PrintItemInfo()
1257 if (arc.GetRawProps) in ListArchives()
1259 RINOK(fp.AddRawProps(arc.GetRawProps)) in ListArchives()

Completed in 8 milliseconds