HomeSort by relevance Sort by last modified time
    Searched full:patchcount (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/updater/
install.c 925 int patchcount = (argc-4) / 2; local
929 for (i = 0; i < patchcount; ++i) {
939 if (i != patchcount) {
940 for (i = 0; i < patchcount*2; ++i) {
947 char** patch_sha_str = malloc(patchcount * sizeof(char*));
948 for (i = 0; i < patchcount; ++i) {
957 patchcount, patch_sha_str, patches);
959 for (i = 0; i < patchcount; ++i) {
981 int patchcount = argc-1; local
984 int result = applypatch_check(filename, patchcount, sha1s)
    [all...]

Completed in 736 milliseconds