Home
last modified time | relevance | path

Searched refs:OpenShareForWrite (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h90 bool OpenShareForWrite; member
95 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
DUpdate.h92 bool OpenShareForWrite; member
127 OpenShareForWrite(false), in CUpdateOptions()
DHashCalc.cpp293 if (!inStreamSpec->OpenShared(us2fs(phyPath), options.OpenShareForWrite)) in HashCalc()
DArchiveCommandLine.cpp1191 updateOptions.OpenShareForWrite = true; in Parse2()
1248 hashOptions.OpenShareForWrite = true; in Parse2()
DUpdate.cpp611 updateCallbackSpec->ShareForWrite = options.OpenShareForWrite; in Compress()