blob: 4b87a5814b5e6726cc4a453b7a9c9d7e4a15d4da [file] [log] [blame]
Jay Srinivasan1c0fe792013-03-28 16:45:25 -07001// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "update_engine/constants.h"
6
7namespace chromeos_update_engine {
8
9const char kPowerwashMarkerFile[] =
10 "/mnt/stateful_partition/factory_install_reset";
11
12const char kPowerwashCommand[] = "safe fast\n";
13}