Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dtraceconv41 def check_hash(file_name, sha_value): argument
44 return file_hash == sha_value
47 sha_value = TRACE_TO_TEXT_SHAS[platform]
48 file_name = 'trace_to_text-' + platform + '-' + sha_value
52 if not check_hash(local_file, sha_value):
59 if not check_hash(local_file, sha_value):
Dheap_profile47 def check_hash(file_name, sha_value): argument
51 return file_hash == sha_value
55 sha_value = TRACE_TO_TEXT_SHAS[platform]
56 file_name = 'trace_to_text-' + platform + '-' + sha_value
60 if not check_hash(local_file, sha_value):
67 if not check_hash(local_file, sha_value):
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Datrace_from_file_agent.py59 def load_trace_to_text(t2t_path, platform, sha_value): argument
63 + platform + '-' + sha_value)
68 if existing_file_hash != sha_value: