Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dcommands.cpp38 bool Command::abort_allowed_ = false; member in Command
50 if (!abort_allowed_) { in ParseType()
/aosp12/bootable/recovery/tests/unit/
H A Dcommands_test.cpp168 Command::abort_allowed_ = true; in TEST()
360 Command::abort_allowed_ = true; in TEST()
H A Dupdater_test.cpp215 Command::abort_allowed_ = true; in SetUp()
1027 Command::abort_allowed_ = true; in SetUp()
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h385 static bool abort_allowed_; variable