Home
last modified time | relevance | path

Searched refs:short_sha1 (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.cpp318 << ", found: " << short_sha1(source_file.sha1); in FlashPartition()
388 LOG(ERROR) << "Patching did not produce the expected SHA-1 of " << short_sha1(expected_sha1); in GenerateTarget()
390 LOG(ERROR) << "target size " << patched.data.size() << " SHA-1 " << short_sha1(patched.sha1); in GenerateTarget()
392 << short_sha1(source_file.sha1); in GenerateTarget()
396 LOG(ERROR) << "patch size " << patch.data.size() << " SHA-1 " << short_sha1(patch_digest); in GenerateTarget()
403 << short_sha1(bonus_digest); in GenerateTarget()
409 LOG(INFO) << " now " << short_sha1(expected_sha1); in GenerateTarget()
/bootable/recovery/otautil/include/otautil/
Dprint_sha1.h39 [[maybe_unused]] static std::string short_sha1(const uint8_t sha1[SHA_DIGEST_LENGTH]) { in short_sha1() function