Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp56 return Type::BSDIFF; in ParseType()
240 } else if (op == Type::BSDIFF || op == Type::IMGDIFF) { in Parse()
Dblockimg.cpp1874 if ((cmd_type == Command::Type::MOVE || cmd_type == Command::Type::BSDIFF || in PerformBlockImageUpdate()
2030 { Command::Type::BSDIFF, PerformCommandDiff }, in BlockImageVerifyFn()
2052 { Command::Type::BSDIFF, PerformCommandDiff }, in BlockImageUpdateFn()
/bootable/recovery/tests/unit/
Dcommands_test.cpp33 ASSERT_EQ(Command::Type::BSDIFF, Command::ParseType("bsdiff")); in TEST()
199 ASSERT_EQ(Command::Type::BSDIFF, command.type()); in TEST()
/bootable/recovery/updater/include/private/
Dcommands.h291 BSDIFF, enumerator