Home
last modified time | relevance | path

Searched refs:testdata (Results 1 – 5 of 5) sorted by relevance

/bootable/libbootloader/gbl/libgbl/
DBUILD49 "@gbl//libgbl/testdata:sparse_test.bin",
50 "@gbl//libgbl/testdata:sparse_test_blk1024.bin",
51 "@gbl//libgbl/testdata:sparse_test_raw.bin",
52 "@gbl//libgbl/testdata:testkey_rsa4096_pub.bin",
53 "@gbl//libgbl/testdata:writeback_test_disk.bin",
54 "@gbl//libgbl/testdata:zircon_a.bin",
55 "@gbl//libgbl/testdata:zircon_a.vbmeta",
73 "@gbl//libgbl/testdata:zircon_a.bin",
74 "@gbl//libgbl/testdata:zircon_b.bin",
75 "@gbl//libgbl/testdata:zircon_r.bin",
[all …]
/bootable/recovery/tests/
DAndroid.bp93 …cmd: "cat $(location testdata/recovery_head) <(cat $(location testdata/recovery_body) | gzip) $(lo…
95 "testdata/recovery_head",
96 "testdata/recovery_body",
97 "testdata/recovery_tail",
100 "testdata/recovery.img",
141 "testdata/*",
143 ":res-testdata",
171 "testdata/otasigned*.zip",
/bootable/deprecated-ota/tests/
DAndroid.bp51 data: ["testdata/*"],
128 "testdata/*",
130 ":res-testdata",
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs672 fn testdata(path: &str) -> Vec<u8> { in testdata() function
683 avb_ops.add_partition(TEST_ZIRCON_PARTITION_NAME, testdata(TEST_ZIRCON_IMAGE_PATH)); in test_load_and_verify_image_stub()
684 avb_ops.add_partition("vbmeta", testdata(TEST_ZIRCON_VBMETA_PATH)); in test_load_and_verify_image_stub()
686 public_key: testdata(TEST_PUBLIC_KEY_PATH), in test_load_and_verify_image_stub()
/bootable/recovery/
DAndroid.bp243 name: "res-testdata",