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

  /bootable/recovery/applypatch/
main.c 51 char*** sha1s, Value*** patches, int* num_patches) {
52 *num_patches = argc;
53 *sha1s = malloc(*num_patches * sizeof(char*));
54 *patches = malloc(*num_patches * sizeof(Value*));
55 memset(*patches, 0, *num_patches * sizeof(Value*));
60 for (i = 0; i < *num_patches; ++i) {
90 for (i = 0; i < *num_patches; ++i) {
131 int num_patches; local
132 if (ParsePatchArgs(argc-5, argv+5, &sha1s, &patches, &num_patches) != 0) {
138 num_patches, sha1s, patches, bonus)
    [all...]
applypatch.h 56 int num_patches,
61 int num_patches,
69 int num_patches);
applypatch.c 570 int num_patches) {
573 for (i = 0; i < num_patches; ++i) {
586 int num_patches, char** const patch_sha1_str) {
595 (num_patches > 0 &&
596 FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0)) {
614 if (FindMatchingPatch(file.sha1, patch_sha1_str, num_patches) < 0) {
720 int num_patches,
771 patch_sha1_str, num_patches);
790 patch_sha1_str, num_patches);
    [all...]

Completed in 107 milliseconds