Lines Matching refs:updateOptions

1184     CUpdateOptions &updateOptions = options.UpdateOptions;  in Parse2()  local
1186 SetAddCommandOptions(options.Command.CommandType, parser, updateOptions); in Parse2()
1188 updateOptions.MethodMode.Properties = options.Properties; in Parse2()
1191 updateOptions.OpenShareForWrite = true; in Parse2()
1193 updateOptions.PathMode = censorPathMode; in Parse2()
1195 updateOptions.AltStreams = options.AltStreams; in Parse2()
1196 updateOptions.NtSecurity = options.NtSecurity; in Parse2()
1197 updateOptions.HardLinks = options.HardLinks; in Parse2()
1198 updateOptions.SymLinks = options.SymLinks; in Parse2()
1200 updateOptions.EMailMode = parser[NKey::kEmail].ThereIs; in Parse2()
1201 if (updateOptions.EMailMode) in Parse2()
1203 updateOptions.EMailAddress = parser[NKey::kEmail].PostStrings.Front(); in Parse2()
1204 if (updateOptions.EMailAddress.Len() > 0) in Parse2()
1205 if (updateOptions.EMailAddress[0] == L'.') in Parse2()
1207 updateOptions.EMailRemoveAfter = true; in Parse2()
1208 updateOptions.EMailAddress.Delete(0); in Parse2()
1212 updateOptions.StdOutMode = options.StdOutMode; in Parse2()
1213 updateOptions.StdInMode = options.StdInMode; in Parse2()
1215 updateOptions.DeleteAfterCompressing = parser[NKey::kDeleteAfterCompressing].ThereIs; in Parse2()
1216 updateOptions.SetArcMTime = parser[NKey::kSetArcMTime].ThereIs; in Parse2()
1218 if (updateOptions.StdOutMode && updateOptions.EMailMode) in Parse2()
1220 if (updateOptions.StdOutMode && options.IsStdOutTerminal) in Parse2()
1222 if (updateOptions.StdInMode) in Parse2()
1223 updateOptions.StdInFileName = parser[NKey::kStdIn].PostStrings.Front(); in Parse2()
1226 if (updateOptions.Commands.Size() != 1) in Parse2()