Home | History | Annotate | Download | only in applypatch

Lines Matching full:bonus

115  * This tool can take an optional file of "bonus data".  This is an
863 printf("failed to open bonus file %s: %s\n", argv[2], strerror(errno));
868 printf("failed to stat bonus file %s: %s\n", argv[2], strerror(errno));
875 printf("failed to read bonus file %s: %s\n", argv[2], strerror(errno));
884 printf("usage: %s [-z] [-b <bonus-file>] <src-img> <tgt-img> <patch-file>\n",
1028 printf(" using %zu bytes of bonus data for chunk %zu\n", bonus_data.size(), i);