Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp64 return Type::IMGDIFF; in ParseType()
241 } else if (op == Type::BSDIFF || op == Type::IMGDIFF) { in Parse()
Dblockimg.cpp1870 cmd_type == Command::Type::IMGDIFF) && in PerformBlockImageUpdate()
2025 { Command::Type::IMGDIFF, PerformCommandDiff }, in BlockImageVerifyFn()
2047 { Command::Type::IMGDIFF, PerformCommandDiff }, in BlockImageUpdateFn()
/bootable/recovery/tests/unit/
Dcommands_test.cpp34 ASSERT_EQ(Command::Type::IMGDIFF, Command::ParseType("imgdiff")); in TEST()
256 ASSERT_EQ(Command::Type::IMGDIFF, command.type()); in TEST()
/bootable/recovery/updater/include/private/
Dcommands.h295 IMGDIFF, enumerator