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

  /bootable/recovery/applypatch/
applypatch.c 151 char** sha1sum = malloc(pairs * sizeof(char*)); local
160 sha1sum[i] = strtok(NULL, ":");
245 if (ParseSha1(sha1sum[index[i]], parsed_sha) != 0) {
247 sha1sum[index[i]], filename);
257 size[index[i]], sha1sum[index[i]]);
298 free(sha1sum);
imgdiff_test.sh 57 sha1sum $1 | awk '{print $1}'
applypatch.sh 71 sha1sum $1 | awk '{print $1}'

Completed in 30 milliseconds