Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_DMVerityCorruption/
Dplatform_DMVerityCorruption.py13 def mod_zerofill_block(self, run_count, backing_path, block_size, argument
16 run_count, backing_path, block_size, block_count))
19 verity_utils.system(dd_cmd % (backing_path, block_size, run_count))
21 def mod_Afill_hash_block(self, run_count, backing_path, block_size, argument
24 run_count, backing_path, block_size, block_count))
25 with open(backing_path, 'wb') as dev:
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
Dplatform_DMVerityBitCorruption.py17 def mod_tweak_block(self, run_count, backing_path, block_size, argument
20 run_count, backing_path, block_size, block_count))
22 with open(backing_path, 'r+b') as dev:
29 def mod_tweak_hash_block(self, run_count, backing_path, block_size, argument
32 run_count, backing_path, block_size, block_count))
33 with open(backing_path, 'r+b') as dev:
/external/autotest/client/cros/
Dverity_utils.py263 def mod_nothing(self, run_count, backing_path, block_size, block_count): argument
275 backing_path = self.verity.create_backing_image(self.image_blocks)
279 backing_path,