Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp2213 bool slot_all = (slot_override == "all"); in Main() local
2214 if (slot_all) { in Main()
2221 do_update(filename.c_str(), slot_override, skip_secondary || slot_all, force_flash); in Main()