Home
last modified time | relevance | path

Searched refs:sha_value (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/tools/
Dtrace_processor46 def check_hash(file_name, sha_value): argument
49 return file_hash == sha_value
53 sha_value = TRACE_PROCESSOR_SHELL_SHAS[platform]
54 file_name = 'trace_processor_shell-' + platform + '-' + sha_value
58 if not check_hash(local_file, sha_value):
65 if not check_hash(local_file, sha_value):
Dtraceconv47 def check_hash(file_name, sha_value): argument
50 return file_hash == sha_value
54 sha_value = TRACE_TO_TEXT_SHAS[platform]
55 file_name = 'trace_to_text-' + platform + '-' + sha_value
59 if not check_hash(local_file, sha_value):
66 if not check_hash(local_file, sha_value):
Dheap_profile50 def check_hash(file_name, sha_value): argument
58 return file_hash.hexdigest() == sha_value
62 sha_value = TRACE_TO_TEXT_SHAS[os_name]
63 file_name = 'trace_to_text-' + os_name + '-' + sha_value
67 if not check_hash(local_file, sha_value):
74 if not check_hash(local_file, sha_value):