Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp418 std::string CuttlefishConfig::bootloader() const { in bootloader() function in cuttlefish::CuttlefishConfig
421 void CuttlefishConfig::set_bootloader(const std::string& bootloader) { in set_bootloader()
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc463 std::ofstream bootloader(binaries_dir + "/" + in Setup() local