OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backing_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/platform_DMVerityCorruption/
platform_DMVerityCorruption.py
13
def mod_zerofill_block(self, run_count,
backing_path
, block_size,
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,
24
run_count,
backing_path
, block_size, block_count))
25
with open(
backing_path
, 'wb') as dev:
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
platform_DMVerityBitCorruption.py
17
def mod_tweak_block(self, run_count,
backing_path
, block_size,
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,
32
run_count,
backing_path
, block_size, block_count))
33
with open(
backing_path
, 'r+b') as dev:
/external/autotest/client/cros/
verity_utils.py
46
backing_path
= vi.create_backing_image(100, copy_files=['/bin/ls'])
47
# Performs hashing of the
backing_path
and sets up a device.
261
def mod_nothing(self, run_count,
backing_path
, block_size, block_count):
273
backing_path
= self.verity.create_backing_image(self.image_blocks)
277
backing_path
,
Completed in 107 milliseconds