Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp143 static bool UpdateLastCommandIndex(size_t command_index, const std::string& command_string) { in UpdateLastCommandIndex() argument
146 std::string content = std::to_string(command_index) + "\n" + command_string; in UpdateLastCommandIndex()