Searched defs:bootloader (Results 1 – 2 of 2) sorted by relevance
418 std::string CuttlefishConfig::bootloader() const { in bootloader() function in cuttlefish::CuttlefishConfig421 void CuttlefishConfig::set_bootloader(const std::string& bootloader) { in set_bootloader()
463 std::ofstream bootloader(binaries_dir + "/" + in Setup() local