Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc309 Result<std::string> HandleCmds(const std::string& grpc_socket_path, in HandleCmds() argument
314 std::filesystem::directory_iterator(grpc_socket_path)) { in HandleCmds()
Dgrpc_service_handler.h24 Result<std::string> HandleCmds(const std::string& grpc_socket_path,
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dcontrol_env_proxy_server.cpp45 command.AddParameter("--grpc_socket_path=", instance_.grpc_socket_path()); in Commands()
/device/google/cuttlefish/host/commands/cvd_env/
Dmain.cc111 CF_EXPECT(HandleCmds(receiver_instance->grpc_socket_path(), cmd, args)); in CvdEnvMain()
/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dmain.cpp53 DEFINE_string(grpc_socket_path, "", "The path of gRPC sockets");
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp183 instance.grpc_socket_path() + "/ControlEnvProxyServer.sock"; in main()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h566 std::string grpc_socket_path() const;
Dcuttlefish_config_instance.cpp1018 std::string CuttlefishConfig::InstanceSpecific::grpc_socket_path() const { in grpc_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific