Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
Draw_ostream.cpp28 #ifndef STDERR_FILENO
29 # define STDERR_FILENO 2 macro
107 static mcld::raw_fd_ostream S(STDERR_FILENO, false, true); in errs()
/frameworks/compile/mclinker/tools/mcld/lib/
DPreferenceOptions.cpp27 #ifndef STDERR_FILENO
28 # define STDERR_FILENO 2 macro
/frameworks/native/libs/binder/
DStatic.cpp67 static FdTextOutput gStderrTextOutput(STDERR_FILENO);
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc25 #ifndef STDERR_FILENO
26 # define STDERR_FILENO 2
/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteInit.cpp124 err = dup2(fd, STDERR_FILENO); in com_android_internal_os_ZygoteInit_reopenStdio()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp773 dup2(fd, STDERR_FILENO); in notifyMediaScanner()
/frameworks/base/api/
Dcurrent.txt27860 field public static final int STDERR_FILENO;