Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
bin
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
"
16
#include "
platform/signal_blocker.h
"
17
18
namespace
dart
{
19
namespace
bin {
20
21
void
Console::SaveConfig
() {}
22
23
void
Console::RestoreConfig
() {}
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)
dart::bin::Console::RestoreConfig
static void RestoreConfig()
dart::bin::Console::SaveConfig
static void SaveConfig()
console.h
fdutils.h
dart
Definition:
dart_vm.cc:33
globals.h
signal_blocker.h
Generated on Sun Jun 23 2024 21:55:22 for Flutter Engine by
1.9.4