Home
last modified time | relevance | path

Searched refs:StoreOwnerId (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp80 StoreOwnerId(false), in CArchiveUpdateCallback()
500 case kpidUserId: if (StoreOwnerId) prop = (UInt32)di.uid; break; in GetProperty()
501 case kpidGroupId: if (StoreOwnerId) prop = (UInt32)di.gid; break; in GetProperty()
624 inStreamSpec->StoreOwnerId = StoreOwnerId; in GetStream2()
DArchiveCommandLine.h101 CBoolPair StoreOwnerId; member
DUpdateCallback.h162 bool StoreOwnerId; variable
DUpdate.h115 CBoolPair StoreOwnerId; member
DArchiveCommandLine.cpp1379 SetBoolPair(parser, NKey::kStoreOwnerId, options.StoreOwnerId); in Parse2()
1434 nt.ExtractOwner = options.StoreOwnerId.Val; // StoreOwnerName in Parse2()
1580 updateOptions.StoreOwnerId = options.StoreOwnerId; in Parse2()
DUpdate.cpp796 updateCallbackSpec->StoreOwnerId = options.StoreOwnerId.Val; in Compress()
/third_party/lzma/CPP/7zip/Common/
DFileStreams.cpp61 StoreOwnerId(false), in CInFileStream()
573 if (StoreOwnerId) in GetProperty()
579 if (StoreOwnerId) in GetProperty()
DFileStreams.h58 bool StoreOwnerId; variable