Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/vehicle/
DVehicleService.cpp56 std::string vsockStr = vsock.str(); in main() local
58 LOG(INFO) << "Connecting to vsock server at " << vsockStr; in main()
61 auto hardware = std::make_unique<GRPCVehicleHardware>(vsockStr); in main()
63 LOG(INFO) << "Connected to vsock server at " << vsockStr; in main()
66 << "Failed to connect to vsock server at " << vsockStr in main()