Searched refs:AvbToolBinary (Results 1 – 6 of 6) sorted by relevance
23 std::string AvbToolBinary();
27 std::string AvbToolBinary() { return HostBinaryPath("avbtool"); } in AvbToolBinary() function
172 new Avb(AvbToolBinary(), kDefaultAlgorithm, TestKeyRsa4096())); in GetDefaultAvb()
226 auto avbtool = Avb(AvbToolBinary(), args.algorithm, args.key_path); in RegenerateVbmeta()
349 auto avbtool = Avb(AvbToolBinary()); in RepackVendorBootImage()
295 auto avbtool_path = AvbToolBinary(); in AddVbmetaFooter()