Searched refs:sha_value (Results 1 – 3 of 3) sorted by relevance
46 def check_hash(file_name, sha_value): argument49 return file_hash == sha_value53 sha_value = TRACE_PROCESSOR_SHELL_SHAS[platform]54 file_name = 'trace_processor_shell-' + platform + '-' + sha_value58 if not check_hash(local_file, sha_value):65 if not check_hash(local_file, sha_value):
47 def check_hash(file_name, sha_value): argument50 return file_hash == sha_value54 sha_value = TRACE_TO_TEXT_SHAS[platform]55 file_name = 'trace_to_text-' + platform + '-' + sha_value59 if not check_hash(local_file, sha_value):66 if not check_hash(local_file, sha_value):
50 def check_hash(file_name, sha_value): argument58 return file_hash.hexdigest() == sha_value62 sha_value = TRACE_TO_TEXT_SHAS[os_name]63 file_name = 'trace_to_text-' + os_name + '-' + sha_value67 if not check_hash(local_file, sha_value):74 if not check_hash(local_file, sha_value):