Searched refs:dtb_path (Results 1 – 4 of 4) sorted by relevance
146 if [[ -n "${dtb_path}" ]]; then152 "${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}")
80 LogAndSetEnv("dtb_path", config_->dtb_path()); in StartCommand()
144 std::string dtb_path() const;145 void set_dtb_path(const std::string& dtb_path);
380 std::string CuttlefishConfig::dtb_path() const { in dtb_path() function in vsoc::CuttlefishConfig383 void CuttlefishConfig::set_dtb_path(const std::string& dtb_path) { in set_dtb_path() argument384 SetPath(kDtbPath, dtb_path); in set_dtb_path()