Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp76 StoreOwnerId(false), in CArchiveUpdateCallback()
518 case kpidUserId: if (StoreOwnerId) prop = (UInt32)di.uid; break; in GetProperty()
519 case kpidGroupId: if (StoreOwnerId) prop = (UInt32)di.gid; break; in GetProperty()
642 inStreamSpec->StoreOwnerId = StoreOwnerId; in GetStream2()
H A DArchiveCommandLine.h74 CBoolPair StoreOwnerId; member
H A DUpdateCallback.h130 bool StoreOwnerId; member in Z7_final
H A DUpdate.h105 CBoolPair StoreOwnerId; member
H A DArchiveCommandLine.cpp1381 SetBoolPair(parser, NKey::kStoreOwnerId, options.StoreOwnerId); in Parse2()
1436 nt.ExtractOwner = options.StoreOwnerId.Val; // StoreOwnerName in Parse2()
1582 updateOptions.StoreOwnerId = options.StoreOwnerId; in Parse2()
H A DUpdate.cpp642 updateCallbackSpec->StoreOwnerId = options.StoreOwnerId.Val; in Compress()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp66 StoreOwnerId(false), in CInFileStream()
599 if (StoreOwnerId) in GetProperty()
605 if (StoreOwnerId) in GetProperty()
H A DFileStreams.h90 bool StoreOwnerId; in Z7_class_final() local

Completed in 8 milliseconds