Home
last modified time | relevance | path

Searched refs:OwnerGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DFileStreams.h57 UString OwnerGroup; variable
DFileStreams.cpp610 if (!OwnerGroup.IsEmpty() && _gid == gid) in GetProperty()
611 prop = OwnerGroup; in GetProperty()
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp634 inStreamSpec->OwnerGroup = DirItems->OwnerGroupMap.Strings[(unsigned)di.OwnerGroupIndex]; in GetStream2()