Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dinstall-build-deps331 def HashLocalFile(path): function
392 if ((not is_zip and HashLocalFile(local_path) == expected_sha1) or
397 if HashLocalFile(local_path) != expected_sha1:
402 actual_sha1 = HashLocalFile(download_path)
409 assert(HashLocalFile(local_path) == expected_sha1)