HomeSort by relevance Sort by last modified time
    Searched refs:IMGDIFF (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/tests/unit/
commands_test.cpp 34 ASSERT_EQ(Command::Type::IMGDIFF, Command::ParseType("imgdiff"));
247 "imgdiff 29629269 185 "
256 ASSERT_EQ(Command::Type::IMGDIFF, command.type());
362 // Note that the case of having excess args in BSDIFF, IMGDIFF and MOVE is covered by
372 "imgdiff",
  /bootable/recovery/updater/
commands.cpp 63 } else if (type_str == "imgdiff") {
64 return Type::IMGDIFF;
241 } else if (op == Type::BSDIFF || op == Type::IMGDIFF) {
blockimg.cpp 551 params.tokens[0] == "imgdiff");
    [all...]
  /bootable/recovery/updater/include/private/
commands.h 256 // imgdiff <patchstart> <patchlen> <srchash> <dsthash> <...>
295 IMGDIFF,
393 // The patch info. Only meaningful for BSDIFF and IMGDIFF commands.
417 // in a move/bsdiff/imgdiff command.
426 // Commands that read data from the partition (i.e. move/bsdiff/imgdiff/stash) have one or more

Completed in 232 milliseconds