Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp511 void CuttlefishConfig::set_rootcanal_args(const std::string& rootcanal_args) { in set_rootcanal_args() argument
513 for (const auto& arg : android::base::Split(rootcanal_args, " ")) { in set_rootcanal_args()
518 std::vector<std::string> CuttlefishConfig::rootcanal_args() const { in rootcanal_args() function in cuttlefish::CuttlefishConfig
519 std::vector<std::string> rootcanal_args; in rootcanal_args() local
521 rootcanal_args.push_back(arg.asString()); in rootcanal_args()
523 return rootcanal_args; in rootcanal_args()
Dcuttlefish_config.h260 void set_rootcanal_args(const std::string& rootcanal_args);
261 std::vector<std::string> rootcanal_args() const;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp60 for (auto const& arg : config_.rootcanal_args()) { in Commands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc193 DEFINE_string(rootcanal_args, CF_DEFAULTS_ROOTCANAL_ARGS,