Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h300 LAST, // Not a valid type. enumerator
362 return type_ != Type::LAST;
388 Type type_{ Type::LAST };
/bootable/recovery/updater/
Dcommands.cpp52 return Type::LAST; in ParseType()
74 return Type::LAST; in ParseType()
183 if (op == Type::LAST) { in Parse()
Dblockimg.cpp1838 if (cmd_type == Command::Type::LAST) { in PerformBlockImageUpdate()
2041 CHECK_EQ(static_cast<size_t>(Command::Type::LAST), command_map.size()); in BlockImageVerifyFn()
2063 CHECK_EQ(static_cast<size_t>(Command::Type::LAST), command_map.size()); in BlockImageUpdateFn()
/bootable/recovery/tests/unit/
Dcommands_test.cpp41 ASSERT_EQ(Command::Type::LAST, Command::ParseType("foo")); in TEST()
42 ASSERT_EQ(Command::Type::LAST, Command::ParseType("bar")); in TEST()
Dscreen_ui_test.cpp289 LAST, enumerator