OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_sha1
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
print_sha1.h
39
static std::string
short_sha1
(const uint8_t sha1[SHA_DIGEST_LENGTH]) {
function
/bootable/recovery/applypatch/
applypatch.cpp
662
printf("already %s\n",
short_sha1
(target_sha1).c_str());
745
printf("already %s\n",
short_sha1
(target_sha1).c_str());
753
printf("expected: %s, found: %s\n",
short_sha1
(target_sha1).c_str(),
754
short_sha1
(source_file.sha1).c_str());
[
all
...]
Completed in 76 milliseconds