blob: 602de3b58cfaf8151969dffb148c0c8cce2945b5 [file] [log] [blame]
// Copyright 2018 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 CRASH_REPORTER_CRASH_COMMON_PATHS_H_
#define CRASH_REPORTER_CRASH_COMMON_PATHS_H_
namespace paths {
// The base directory where we keep various state flags.
constexpr char kSystemRunStateDirectory[] = "/run/crash_reporter";
} // namespace paths
#endif // CRASH_REPORTER_CRASH_COMMON_PATHS_H_