Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp72 return Type::ZERO; in ParseType()
193 if (op == Type::ZERO || op == Type::NEW || op == Type::ERASE) { in Parse()
Dblockimg.cpp2038 { Command::Type::ZERO, nullptr }, in BlockImageVerifyFn()
2060 { Command::Type::ZERO, PerformCommandZero }, in BlockImageUpdateFn()
/bootable/recovery/tests/unit/
Dcommands_test.cpp29 ASSERT_EQ(Command::Type::ZERO, Command::ParseType("zero")); in TEST()
330 ASSERT_EQ(Command::Type::ZERO, command.type()); in TEST()
/bootable/recovery/updater/include/private/
Dcommands.h299 ZERO, enumerator