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

  /bootable/recovery/otautil/include/otautil/
print_sha1.h 39 [[maybe_unused]] static std::string short_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) { function
  /bootable/recovery/applypatch/
applypatch.cpp 504 printf("already %s\n", short_sha1(target_sha1).c_str());
575 printf("already %s\n", short_sha1(target_sha1).c_str());
583 printf("expected: %s, found: %s\n", short_sha1(target_sha1).c_str(),
584 short_sha1(source_file.sha1).c_str());
658 printf("now %s\n", short_sha1(target_sha1).c_str());

Completed in 408 milliseconds