Searched refs:socket_path (Results 1 – 4 of 4) sorted by relevance
114 std::string socket_path = GetPowerStateSocketPath(); in WriteToPowerStateSocket() local115 std::strncpy(addr.sun_path, socket_path.c_str(), socket_path.length() + 1); in WriteToPowerStateSocket()
27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket() local29 return socket_path; in CreateGrpcSocket()
31 DEFINE_string(socket_path, kDefaultLocation, "Socket path");
1023 const std::string& socket_path) { in set_grpc_socket_path() argument1024 (*Dictionary())[kGrpcConfig] = socket_path; in set_grpc_socket_path()