Lines Matching refs:force_flash
803 static void CheckRequirements(const std::string& data, bool force_flash) { in CheckRequirements() argument
829 if (!force_flash) { in CheckRequirements()
1428 bool wipe, bool force_flash);
1451 bool skip_secondary, bool wipe, bool force_flash) in FlashAllTool() argument
1456 force_flash_(force_flash) in FlashAllTool()
1625 bool force_flash) { in do_update() argument
1632 FlashAllTool tool(ZipImageSource(zip), slot_override, skip_secondary, false, force_flash); in do_update()
1658 bool force_flash) { in do_flashall() argument
1659 FlashAllTool tool(LocalImageSource(), slot_override, skip_secondary, wipe, force_flash); in do_flashall()
1899 bool force_flash = false; in Main() local
1957 force_flash = true; in Main()
2179 !force_flash) { in Main()
2207 do_flashall(slot_override, true, wants_wipe, force_flash); in Main()
2209 do_flashall(slot_override, skip_secondary, wants_wipe, force_flash); in Main()
2221 do_update(filename.c_str(), slot_override, skip_secondary || slot_all, force_flash); in Main()
2297 if (force_flash) { in Main()