Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
Dudev-event.c411 int fd_stdout, int fd_stderr) { in spawn_exec() argument
418 if (fd_stdout < 0) in spawn_exec()
426 if (fd_stdout >= 0) { in spawn_exec()
427 dup2(fd_stdout, STDOUT_FILENO); in spawn_exec()
428 safe_close(fd_stdout); in spawn_exec()
453 int fd_stdout, int fd_stderr, in spawn_read() argument
458 .data.ptr = &fd_stdout, in spawn_read()
468 if (fd_stdout < 0 && fd_stderr < 0) in spawn_read()
477 if (fd_stdout >= 0) { in spawn_read()
478 r = epoll_ctl(fd_ep, EPOLL_CTL_ADD, fd_stdout, &ep_outpipe); in spawn_read()
[all …]