Searched refs:rootcanal_args (Results 1 – 4 of 4) sorted by relevance
511 void CuttlefishConfig::set_rootcanal_args(const std::string& rootcanal_args) { in set_rootcanal_args() argument513 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::CuttlefishConfig519 std::vector<std::string> rootcanal_args; in rootcanal_args() local521 rootcanal_args.push_back(arg.asString()); in rootcanal_args()523 return rootcanal_args; in rootcanal_args()
260 void set_rootcanal_args(const std::string& rootcanal_args);261 std::vector<std::string> rootcanal_args() const;
60 for (auto const& arg : config_.rootcanal_args()) { in Commands()
193 DEFINE_string(rootcanal_args, CF_DEFAULTS_ROOTCANAL_ARGS,