Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dchecker.py887 blob_hash_counts): argument
931 blob_hash_counts['hashed'] += 1
949 blob_hash_counts['unhashed'] += 1
1051 blob_hash_counts = {
1074 prev_data_offset + total_data_used, blob_hash_counts)
1086 report.AddField('total blobs', sum(blob_hash_counts.values()))
1088 histogram.Histogram.FromCountDict(blob_hash_counts),
Dchecker_unittest.py777 blob_hash_counts = collections.defaultdict(int)
861 blob_hash_counts)