Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
console_posix.cc
Go to the documentation of this file.
1// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5#include "platform/globals.h"
6#if defined(DART_HOST_OS_LINUX) || defined(DART_HOST_OS_MACOS) || \
7 defined(DART_HOST_OS_ANDROID) || defined(DART_HOST_OS_FUCHSIA)
8
9#include "bin/console.h"
10
11#include <errno.h>
12#include <sys/ioctl.h>
13#include <termios.h>
14
15#include "bin/fdutils.h"
17
18namespace dart {
19namespace bin {
20
21void Console::SaveConfig() {}
22
24
25} // namespace bin
26} // namespace dart
27
28#endif // defined(DART_HOST_OS_LINUX) || defined(DART_HOST_OS_MACOS) || \
29 // defined(DART_HOST_OS_ANDROID) || defined(DART_HOST_OS_FUCHSIA)
static void RestoreConfig()
static void SaveConfig()