Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h327 const std::string& rootcanal_default_commands_file);
328 std::string rootcanal_default_commands_file() const;
Dcuttlefish_config.cpp783 std::string CuttlefishConfig::rootcanal_default_commands_file() const { in rootcanal_default_commands_file() function in cuttlefish::CuttlefishConfig
787 const std::string& rootcanal_default_commands_file) { in set_rootcanal_default_commands_file() argument
789 DefaultHostArtifactsPath(rootcanal_default_commands_file); in set_rootcanal_default_commands_file()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc184 config_.rootcanal_default_commands_file()); in Commands()