Lines Matching full:bonus
303 std::string bonus_file = from_testdata_base("bonus.file");
305 // applypatch -b <bonus-file> <src-file> <tgt-file> <tgt-sha1> <tgt-size> <src-sha1>:<patch>
325 patch = boot_img_sha1 + ":" + from_testdata_base("recovery-from-boot-with-bonus.p");
337 // applypatch -b <bonus-file> <src-file> <tgt-file> <tgt-sha1> <tgt-size> \
362 // Invalid bonus file.
365 std::string bonus_file = from_testdata_base("bonus.file");
366 // With bonus file, but missing args.
380 // Bonus file is not supported in flash mode.
381 // applypatch -b <bonus-file> <src-file> <tgt-file> <tgt-sha1> <tgt-size>
397 "invalid-sha1:filename" + from_testdata_base("recovery-from-boot-with-bonus.p");
410 std::string patch = boot_img_sha1 + ":" + from_testdata_base("recovery-from-boot-with-bonus.p");