Home | History | Annotate | Download | only in updater

Lines Matching defs:BSDIFF

550   CHECK(params.tokens[0] == "move" || params.tokens[0] == "bsdiff" ||
556 // bsdiff <offset> <len> <src_hash> <tgt_hash> <tgt_range> <src_blk_count> <src_range>
1052 * Do a source/target load for move/bsdiff/imgdiff in version 3.
1407 LOG(ERROR) << "Failed to apply bsdiff patch.";
1869 if ((cmd_type == Command::Type::MOVE || cmd_type == Command::Type::BSDIFF ||
1985 * bsdiff <patchstart> <patchlen> <...>
1988 * blocks. bsdiff or imgdiff specifies the type of patch; move means no patch at all.
2002 * in a move/bsdiff/imgdiff command.
2011 * Commands that read data from the partition (i.e. move/bsdiff/imgdiff/stash) have one or more
2021 { Command::Type::BSDIFF, PerformCommandDiff },
2043 { Command::Type::BSDIFF, PerformCommandDiff },