Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dgrpc_socket_creator.cpp27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc429 CF_EXPECT(EnsureDirectoryExists(instance.PerInstanceGrpcSocketPath(""), in InitFilesystemAndCreateConfig()
Dflags.cc1443 instance.set_grpc_socket_path(const_instance.PerInstanceGrpcSocketPath("")); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h384 std::string PerInstanceGrpcSocketPath(const std::string& socket_name) const;
Dcuttlefish_config_instance.cpp1901 std::string CuttlefishConfig::InstanceSpecific::PerInstanceGrpcSocketPath( in PerInstanceGrpcSocketPath() function in cuttlefish::CuttlefishConfig::InstanceSpecific