Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_add_img_to_target_files.py147 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 Dtest_common.py1028 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 Dtest_utils.py115 def construct_sparse_image(chunks, partition_name: str = ""): function