Searched refs:PerInstanceGrpcSocketPath (Results 1 – 8 of 8) sorted by relevance
27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket()
45 instance.PerInstanceGrpcSocketPath("GnssGrpcProxyServer")); in HandleMessage()
56 instance.PerInstanceGrpcSocketPath("GnssGrpcProxyServer")); in HandleMessage()
455 CF_EXPECT(EnsureDirectoryExists(instance.PerInstanceGrpcSocketPath(""), in InitFilesystemAndCreateConfig()
1496 instance.set_grpc_socket_path(const_instance.PerInstanceGrpcSocketPath("")); in InitializeCuttlefishConfiguration()
373 std::string PerInstanceGrpcSocketPath(const std::string& socket_name) const;
1949 std::string CuttlefishConfig::InstanceSpecific::PerInstanceGrpcSocketPath( in PerInstanceGrpcSocketPath() function in cuttlefish::CuttlefishConfig::InstanceSpecific