Home
last modified time | relevance | path

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

/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()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc295 auto avbtool_path = AvbToolBinary(); in AddVbmetaFooter() local