Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtask_test.cpp34 fp->wants_wipe = false; in SetUp()
Dfastboot.h93 bool wants_wipe = false; member
Dtask.cpp263 if (fp_->wants_wipe) { in Run()
Dfastboot.cpp1729 if (!fp->wants_wipe) { in ParseFastbootInfo()
1806 if (fp_->wants_wipe) { in Flash()
1808 fp_->wants_wipe = false; in Flash()
1953 fp->wants_wipe = false; in do_update()
2331 fp->wants_wipe = true; in Main()
2344 if (argc == 0 && !fp->wants_wipe && !fp->wants_set_active) syntax_error("no command"); in Main()
2600 if (fp->wants_wipe) { in Main()