Home
last modified time | relevance | path

Searched defs:avbtool_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/avb/
Davb.cpp47 Avb::Avb(std::string avbtool_path) : avbtool_path_(std::move(avbtool_path)) {} in Avb()
49 Avb::Avb(std::string avbtool_path, std::string algorithm, std::string key) in Avb()
/aosp_15_r20/system/tools/mkbootimg/tests/
Dmkbootimg_test.py87 def _test_legacy_boot_image_v4_signature(self, avbtool_path): argument
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc296 std::string avbtool_path = AvbToolBinary(); in AddVbmetaFooter() local