Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dcommands_test.cpp32 ASSERT_EQ(Command::Type::MOVE, Command::ParseType("move")); in TEST()
278 ASSERT_EQ(Command::Type::MOVE, command.type()); in TEST()
520 ASSERT_EQ(Command::Type::MOVE, transfer_list.commands()[1].type()); in TEST()
/bootable/recovery/updater/
Dcommands.cpp66 return Type::MOVE; in ParseType()
228 } else if (op == Type::MOVE) { in Parse()
Dblockimg.cpp1874 if ((cmd_type == Command::Type::MOVE || cmd_type == Command::Type::BSDIFF || in PerformBlockImageUpdate()
2035 { Command::Type::MOVE, PerformCommandMove }, in BlockImageVerifyFn()
2057 { Command::Type::MOVE, PerformCommandMove }, in BlockImageUpdateFn()
/bootable/recovery/updater/include/private/
Dcommands.h296 MOVE, enumerator