HomeSort by relevance Sort by last modified time
    Searched refs:STDOUT_FILENO (Results 201 - 225 of 232) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 212 #define STDOUT_FILENO 1 /* Standard output. */
    [all...]
  /system/core/logcat/
logcat.cpp 194 g_outFD = STDOUT_FILENO;
  /system/core/adb/
commandline.c 339 if (outFd == STDOUT_FILENO) {
783 dup2(fd, STDOUT_FILENO);
    [all...]
  /external/lldb/source/Target/
Process.cpp 438 AppendSuppressFileAction (STDOUT_FILENO, false, true);
464 AppendOpenFileAction(STDOUT_FILENO, path, false, true);
475 AppendOpenFileAction(STDOUT_FILENO, slave_path, false, true);
760 if (action.Open (STDOUT_FILENO, option_arg, false, true))
783 if (action.Open (STDOUT_FILENO, "/dev/null", false, true))
    [all...]
  /external/iproute2/ip/
iproute.c 1078 if (isatty(STDOUT_FILENO)) {
1090 ret = write(STDOUT_FILENO, n, n->nlmsg_len);
    [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.cc 396 fds_mapping.push_back(std::make_pair(output_file_fd.get(), STDOUT_FILENO));
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 82 const int kStdOutFileno = STDOUT_FILENO;
    [all...]
  /external/lldb/tools/debugserver/source/
debugserver.cpp     [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c     [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 492 initConstant(env, c, "STDOUT_FILENO", STDOUT_FILENO);
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc     [all...]
  /external/iproute2/misc/
ss.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c     [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 619 file_action = launch_info.GetFileActionForFD (STDOUT_FILENO);
    [all...]
  /external/elfutils/0.153/src/
ar.c 620 xfd = STDOUT_FILENO;
    [all...]
  /external/fio/
filesetup.c 569 f->fd = dup(STDOUT_FILENO);
server.c     [all...]
  /external/lldb/include/lldb/Target/
Process.h 562 if (file_action.Open(STDOUT_FILENO, stdout_path, read, write))
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 925 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT))
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 60 #define STDOUT_FILENO 1
    [all...]
  /external/blktrace/
blkparse.c     [all...]
  /external/mksh/src/
funcs.c     [all...]

Completed in 892 milliseconds

1 2 3 4 5 6 7 8910