Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp535 int CuttlefishConfig::rootcanal_link_port() const { in rootcanal_link_port() function in cuttlefish::CuttlefishConfig
538 void CuttlefishConfig::set_rootcanal_link_port(int rootcanal_link_port) { in set_rootcanal_link_port() argument
539 (*dictionary_)[kRootcanalLinkPort] = rootcanal_link_port; in set_rootcanal_link_port()
Dcuttlefish_config.h266 void set_rootcanal_link_port(int rootcanal_link_port);
267 int rootcanal_link_port() const;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Droot_canal.cpp55 rootcanal.AddParameter("--link_port=", config_.rootcanal_link_port()); in Commands()