Home
last modified time | relevance | path

Searched refs:set_bootloader (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h238 void set_bootloader(const std::string& bootloader_path);
Dcuttlefish_config.cpp766 void CuttlefishConfig::set_bootloader(const std::string& bootloader) { in set_bootloader() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc392 tmp_config_obj.set_bootloader(FLAGS_bootloader); in InitializeCuttlefishConfiguration()