OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha_value
(Results
1 - 3
of
3
) sorted by null
/external/perfetto/tools/
traceconv
41
def check_hash(file_name,
sha_value
):
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
):
heap_profile
47
def check_hash(file_name,
sha_value
):
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/
atrace_from_file_agent.py
59
def load_trace_to_text(t2t_path, platform,
sha_value
):
63
+ platform + '-' +
sha_value
)
68
if existing_file_hash !=
sha_value
:
Completed in 168 milliseconds