Home
last modified time | relevance | path

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

/cts/tools/incremental-cts/
Dincremental_deqp.py126 return self._compare_build_hash(current_build_hash, base_build_hash)
152 return self._compare_build_hash(current_build_hash, base_build_hash)
155 def _compare_build_hash(self, current_build_hash, base_build_hash): member in BuildHelper