Searched refs:construct_sparse_image (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | test_add_img_to_target_files.py | 147 system_image = test_utils.construct_sparse_image([ 151 vendor_image = test_utils.construct_sparse_image([ 381 sparse_image = test_utils.construct_sparse_image([
|
H A D | test_common.py | 1028 test_utils.construct_sparse_image([ 1110 test_utils.construct_sparse_image([ 1130 test_utils.construct_sparse_image([(0xCAC2, 16)]), 1154 test_utils.construct_sparse_image([(0xCAC2, 16)]), 1198 test_utils.construct_sparse_image([(0xCAC2, 16)]), 1223 test_utils.construct_sparse_image([(0xCAC2, 16)]), 1254 test_utils.construct_sparse_image([(0xCAC2, 16)]), 1279 test_utils.construct_sparse_image([(0xCAC2, 16)]),
|
H A D | test_utils.py | 115 def construct_sparse_image(chunks, partition_name: str = ""): function
|