Home
last modified time | relevance | path

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

/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp114 std::string socket_path = GetPowerStateSocketPath(); in WriteToPowerStateSocket() local
115 std::strncpy(addr.sun_path, socket_path.c_str(), socket_path.length() + 1); in WriteToPowerStateSocket()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dgrpc_socket_creator.cpp27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket() local
29 return socket_path; in CreateGrpcSocket()
/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp31 DEFINE_string(socket_path, kDefaultLocation, "Socket path");
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp1023 const std::string& socket_path) { in set_grpc_socket_path() argument
1024 (*Dictionary())[kGrpcConfig] = socket_path; in set_grpc_socket_path()