Searched defs:avbtool_path (Results 1 – 3 of 3) sorted by relevance
47 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()
87 def _test_legacy_boot_image_v4_signature(self, avbtool_path): argument
296 std::string avbtool_path = AvbToolBinary(); in AddVbmetaFooter() local