Home
last modified time | relevance | path

Searched refs:kGrpcSocketDirName (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp73 return PerEnvironmentPath(kGrpcSocketDirName); in PerEnvironmentGrpcSocketPath()
75 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + file_name; in PerEnvironmentGrpcSocketPath()
Dconfig_constants.h50 inline constexpr char kGrpcSocketDirName[] = "grpc_socket"; variable
Dcuttlefish_config_instance.cpp1905 return PerInstanceUdsPath(kGrpcSocketDirName); in PerInstanceGrpcSocketPath()
1907 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + socket_name; in PerInstanceGrpcSocketPath()