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

  /bootable/recovery/applypatch/
applypatch.c 42 const uint8_t target_sha1[SHA_DIGEST_SIZE],
724 uint8_t target_sha1[SHA_DIGEST_SIZE]; local
725 if (ParseSha1(target_sha1_str, target_sha1) != 0) {
739 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
743 print_short_sha1(target_sha1);
796 target_sha1, target_size, bonus_data);
809 const uint8_t target_sha1[SHA_DIGEST_SIZE],
    [all...]
  /bootable/recovery/updater/
install.c 1162 char* target_sha1; local
    [all...]

Completed in 3058 milliseconds