OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_sha1
(Results
1 - 6
of
6
) sorted by null
/external/perfetto/tools/
install-build-deps
381
for rel_path, url,
expected_sha1
, platform in deps:
386
deps_updated |= CheckoutGitRepo(local_path, url,
expected_sha1
)
392
if ((not is_zip and HashLocalFile(local_path) ==
expected_sha1
) or
393
(is_zip and ReadFile(zip_dir_stamp) ==
expected_sha1
)):
397
if HashLocalFile(local_path) !=
expected_sha1
:
403
if (actual_sha1 !=
expected_sha1
):
406
download_path,
expected_sha1
, actual_sha1))
409
assert(HashLocalFile(local_path) ==
expected_sha1
)
439
stamp_file.write(
expected_sha1
)
gen_binary_descriptors
64
for path,
expected_sha1
in hashes:
66
assert actual_sha1 ==
expected_sha1
, \
/bootable/recovery/applypatch/
applypatch.cpp
72
uint8_t
expected_sha1
[SHA_DIGEST_LENGTH];
local
73
if (ParseSha1(partition.hash,
expected_sha1
) != 0) {
88
if (memcmp(out->sha1,
expected_sha1
, SHA_DIGEST_LENGTH) == 0) {
101
memcmp(out->sha1,
expected_sha1
, SHA_DIGEST_LENGTH) == 0) {
308
uint8_t
expected_sha1
[SHA_DIGEST_LENGTH];
local
309
if (ParseSha1(partition.hash,
expected_sha1
) != 0) {
314
if (memcmp(source_file.sha1,
expected_sha1
, SHA_DIGEST_LENGTH) != 0) {
330
uint8_t
expected_sha1
[SHA_DIGEST_LENGTH];
local
331
if (ParseSha1(target.hash,
expected_sha1
) != 0) {
387
if (memcmp(patched.sha1,
expected_sha1
, SHA_DIGEST_LENGTH) != 0)
[
all
...]
/external/fonttools/Snippets/
checksum.py
84
expected_sha1
= line_list[0]
95
if observed_sha1 ==
expected_sha1
:
101
print(
expected_sha1
)
/build/make/tools/releasetools/
validate_target_files.py
56
def ValidateFileAgainstSha1(input_tmp, file_name, file_path,
expected_sha1
):
63
assert actual_sha1 ==
expected_sha1
, \
65
file_name, actual_sha1,
expected_sha1
)
206
expected_sha1
=source_info[3])
224
expected_sha1
=recovery_info[3])
common.py
[
all
...]
Completed in 193 milliseconds