Home | History | Annotate | Download | only in updater

Lines Matching refs:cmdindex

1825     size_t cmdindex = i - kTransferListHeaderLines;
1849 if (params.canwrite && skip_executed_command && cmdindex <= saved_last_command_index &&
1851 LOG(INFO) << "Skipping already executed command: " << cmdindex
1867 if (!params.canwrite && skip_executed_command && cmdindex <= saved_last_command_index) {
1886 if (!UpdateLastCommandIndex(cmdindex, params.cmdline)) {