Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h93 bool OpenShareForWrite; member
98 …CHashOptions(): StdInMode(false), OpenShareForWrite(false), AltStreamsMode(false), PathMode(NWildc… in CHashOptions()
DUpdate.h94 bool OpenShareForWrite; member
130 OpenShareForWrite(false), in CUpdateOptions()
DHashCalc.cpp276 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite)) in HashCalc()
DArchiveCommandLine.cpp1217 updateOptions.OpenShareForWrite = true; in Parse2()
1286 hashOptions.OpenShareForWrite = true; in Parse2()
DUpdate.cpp736 updateCallbackSpec->ShareForWrite = options.OpenShareForWrite; in Compress()