Home
last modified time | relevance | path

Searched refs:STDERR_FILENO (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
Draw_ostream.cpp27 #ifndef STDERR_FILENO
28 #define STDERR_FILENO 2 macro
100 static raw_fd_ostream S(STDERR_FILENO, false, true); in errs()
/frameworks/native/cmds/cmd/
Dmain.cpp32 STDERR_FILENO, RunMode::kStandalone); in main()
/frameworks/native/libs/binder/
DStatic.cpp69 TextOutput& aerr(*new FdTextOutput(STDERR_FILENO));
DUtilsHost.cpp102 res = TEMP_FAILURE_RETRY(dup2(errWrite.get(), STDERR_FILENO)); in execute()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp347 TEMP_FAILURE_RETRY(dup2(devnull_fd, STDERR_FILENO)); in RunCommandToFd()
357 if (i != STDIN_FILENO && i!= STDOUT_FILENO && i != STDERR_FILENO) { in RunCommandToFd()
363 TEMP_FAILURE_RETRY(dup2(STDERR_FILENO, STDOUT_FILENO)); in RunCommandToFd()
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc27 #ifndef STDERR_FILENO
28 #define STDERR_FILENO 2
/frameworks/base/libs/androidfw/
DPosixUtils.cpp97 if (dup2(stderr[1], STDERR_FILENO) == -1) { in ExecuteBinary()
/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp132 CloseDescriptor(STDERR_FILENO); in otapreopt_chroot()
/frameworks/base/core/jni/
Dfd_utils.cpp639 if (fd <= STDERR_FILENO || fd == dir_fd) { in ParseFd()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp55 #ifndef STDERR_FILENO
56 #define STDERR_FILENO 2 macro
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp271 EXPECT_EQ(OK, IBinder::shellCommand(testService, STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO, in TEST()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp1028 dup2(fd, STDERR_FILENO); in notifyMediaScanner()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27989 field public static final int STDERR_FILENO;