Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dverity_utils.py107 if self.hash_file is not None:
108 os.remove(self.hash_file)
109 self.hash_file = None
116 self.hash_file = None
149 self.hash_file))
157 f.write(utils.read_file(self.hash_file))
193 self.hash_file = os.tempnam(tmpdir, '%s.hash.' % self.target_name)
/external/pdfium/testing/tools/
Dgold.py260 hash_file = os.path.join(testDir, "ignore_hashes.txt") variable
261 with open(hash_file, 'wb') as f:
264 gr = GoldResults("pdfium", testDir, propStr, keyStr, hash_file)
/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dplatform_DMVerityCorruption.py39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py59 hash_blocks = (os.path.getsize(self.verity.hash_file) /