Home
last modified time | relevance | path

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

/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py189 for image_name in STANDARD_TABLE:
190 image_path = os.path.join(build_dir, image_name)
193 for image_name in EXTRA_TABLE:
194 image_path = os.path.join(build_dir, image_name)
/test/py/tests/test_android/
A Dtest_abootimg.py108 def __init__(self, ubman, image_name, hex_img): argument
118 gz_hex = ubman.config.persistent_data_dir + '/' + image_name + '.gz.hex'
119 gz = ubman.config.persistent_data_dir + '/' + image_name + '.gz'
121 filename = image_name

Completed in 7 milliseconds