Home
last modified time | relevance | path

Searched refs:dtb_path (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/host/libs/vm_manager/
Dcf_qemu.sh146 if [[ -n "${dtb_path}" ]]; then
152 "${dtb_path}"
168 dtb_path="${default_dir}/cuttlefish.dtb"
169 dtb_args=(-machine "dumpdtb=${dtb_path}")
175 ${dtb_path}
192 -o "${dtb_path}"
197 args+=(-dtb "${dtb_path}")
Dqemu_manager.cpp80 LogAndSetEnv("dtb_path", config_->dtb_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h144 std::string dtb_path() const;
145 void set_dtb_path(const std::string& dtb_path);
Dcuttlefish_config.cpp380 std::string CuttlefishConfig::dtb_path() const { in dtb_path() function in vsoc::CuttlefishConfig
383 void CuttlefishConfig::set_dtb_path(const std::string& dtb_path) { in set_dtb_path() argument
384 SetPath(kDtbPath, dtb_path); in set_dtb_path()