Searched refs:sha_value (Results 1 – 3 of 3) sorted by relevance
41 def check_hash(file_name, sha_value): argument44 return file_hash == sha_value47 sha_value = TRACE_TO_TEXT_SHAS[platform]48 file_name = 'trace_to_text-' + platform + '-' + sha_value52 if not check_hash(local_file, sha_value):59 if not check_hash(local_file, sha_value):
47 def check_hash(file_name, sha_value): argument51 return file_hash == sha_value55 sha_value = TRACE_TO_TEXT_SHAS[platform]56 file_name = 'trace_to_text-' + platform + '-' + sha_value60 if not check_hash(local_file, sha_value):67 if not check_hash(local_file, sha_value):
59 def load_trace_to_text(t2t_path, platform, sha_value): argument63 + platform + '-' + sha_value)68 if existing_file_hash != sha_value: