Searched refs:command_string (Results 1 – 1 of 1) sorted by relevance
121 static bool UpdateLastCommandIndex(int command_index, const std::string& command_string) { in UpdateLastCommandIndex() argument124 std::string content = std::to_string(command_index) + "\n" + command_string; in UpdateLastCommandIndex()