Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h798 void set_gem5_debug_file(const std::string& gem5_debug_file);
Dcuttlefish_config_instance.cpp927 void CuttlefishConfig::MutableInstanceSpecific::set_gem5_debug_file(const std::string& gem5_debug_f… in set_gem5_debug_file() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1391 instance.set_gem5_debug_file(gem5_debug_file_vec[instance_index]); in InitializeCuttlefishConfiguration()