Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dnfc_connector.cpp44 return Command(TcpConnectorBinary()) in NfcConnector()
Dbluetooth_connector.cpp51 return Command(TcpConnectorBinary()) in BluetoothConnector()
/device/google/cuttlefish/host/libs/config/
Dknown_paths.h47 std::string TcpConnectorBinary();
Dknown_paths.cpp107 std::string TcpConnectorBinary() { return HostBinaryPath("tcp_connector"); } in TcpConnectorBinary() function