blob: de76bbb99be2188d65cd51a17aaa60234dc13e11 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef RUNTIME_PROBE_UTILS_PIPE_UTILS_H_
#define RUNTIME_PROBE_UTILS_PIPE_UTILS_H_
#include <string>
namespace runtime_probe {
bool ReadNonblockingPipeToString(int fd, std::string* out);
} // namespace runtime_probe
#endif // RUNTIME_PROBE_UTILS_PIPE_UTILS_H_