Home | History | Annotate | Download | only in updater

Lines Matching refs:command_string

138 static bool UpdateLastCommandIndex(size_t command_index, const std::string& command_string) {
141 std::string content = std::to_string(command_index) + "\n" + command_string;