Searched refs:grpc_socket_path (Results 1 – 8 of 8) sorted by relevance
309 Result<std::string> HandleCmds(const std::string& grpc_socket_path, in HandleCmds() argument314 std::filesystem::directory_iterator(grpc_socket_path)) { in HandleCmds()
24 Result<std::string> HandleCmds(const std::string& grpc_socket_path,
45 command.AddParameter("--grpc_socket_path=", instance_.grpc_socket_path()); in Commands()
111 CF_EXPECT(HandleCmds(receiver_instance->grpc_socket_path(), cmd, args)); in CvdEnvMain()
53 DEFINE_string(grpc_socket_path, "", "The path of gRPC sockets");
183 instance.grpc_socket_path() + "/ControlEnvProxyServer.sock"; in main()
566 std::string grpc_socket_path() const;
1018 std::string CuttlefishConfig::InstanceSpecific::grpc_socket_path() const { in grpc_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific