Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/
H A Dgenerate_test_bundle.py96 def proto_array_declaration(proto, name: str) -> str: function
425 proto_array_declaration(dev_signed_bundle, 'kTestDevBundle')
428 proto_array_declaration(
433 proto_array_declaration(
438 proto_array_declaration(
443 proto_array_declaration(manifest_proto, 'kTestBundleManifest')
445 header.write(proto_array_declaration(dev_signed_root, 'kDevSignedRoot'))
447 proto_array_declaration(prod_signed_bundle, 'kTestProdBundle')
450 proto_array_declaration(
456 proto_array_declaration(
[all …]