blob: 1a42b3a3a6de258cfd1c2153ab74398e21b51446 [file] [log] [blame]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "runtime_probe/system/context_mock_impl.h"
namespace runtime_probe {
ContextMockImpl::ContextMockImpl() {
CHECK(temp_dir_.CreateUniqueTempDir());
root_dir_ = temp_dir_.GetPath();
}
ContextMockImpl::~ContextMockImpl() = default;
} // namespace runtime_probe