/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
H A D | ProcessLauncherQt.cpp | 114 while (fcntl(sockets[1], F_SETFD, FD_CLOEXEC) == -1) { 130 while (fcntl(sockets[0], F_SETFD, FD_CLOEXEC) == -1) {
|
/external/kernel-headers/original/asm-generic/ |
H A D | fcntl.h | 133 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
/external/mtpd/ |
H A D | mtpd.c | 116 fcntl(control, F_SETFD, FD_CLOEXEC); 172 fcntl(signals[0], F_SETFD, FD_CLOEXEC); 173 fcntl(signals[1], F_SETFD, FD_CLOEXEC); 298 fcntl(the_socket, F_SETFD, FD_CLOEXEC);
|
/external/valgrind/main/memcheck/tests/ |
H A D | file_locking.c | 51 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0)
|
/external/qemu/ |
H A D | oslib-posix.c | 88 fcntl(fd, F_SETFD, f | FD_CLOEXEC); 92 * Creates a pipe with FD_CLOEXEC set on both file descriptors
|
/external/webkit/Source/WebCore/platform/sql/chromium/ |
H A D | SQLiteFileSystemChromiumPosix.cpp | 87 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
|
/external/webkit/Source/WebKit2/Platform/unix/ |
H A D | SharedMemoryUnix.cpp | 123 while (fcntl(fileDescriptor, F_SETFD, FD_CLOEXEC) == -1) { 216 while ((fcntl(duplicatedHandle, F_SETFD, FD_CLOEXEC | accessModeFile(protection)) == -1)) {
|
/external/dbus/dbus/ |
H A D | sd-daemon.c | 106 if (flags & FD_CLOEXEC) 109 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
|
/external/chromium/chrome/browser/nacl_host/ |
H A D | nacl_process_host.cc | 39 int rc = fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
|
/external/dhcpcd/ |
H A D | common.c | 115 fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1)
|
/external/e2fsprogs/lib/et/ |
H A D | error_message.c | 232 fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
|
/external/ipsec-tools/ |
H A D | main.c | 69 fcntl(control, F_SETFD, FD_CLOEXEC);
|
/external/libselinux/src/ |
H A D | avc_internal.c | 69 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/external/chromium/chrome/browser/ |
H A D | process_singleton_linux.cc | 125 if (flags & FD_CLOEXEC) 127 return fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
|
/external/strace/ |
H A D | desc.c | 167 #ifdef FD_CLOEXEC 168 { FD_CLOEXEC, "FD_CLOEXEC" },
|
/external/dnsmasq/src/ |
H A D | helper.c | 274 fcntl(event_fd, F_SETFD, i | FD_CLOEXEC);
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
H A D | ConnectionUnix.cpp | 220 while (fcntl(fileDescriptors[i], F_SETFL, FD_CLOEXEC) == -1) {
|
/external/mksh/src/ |
H A D | shf.c | 151 fcntl(fd, F_SETFD, FD_CLOEXEC); 177 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/external/openssh/ |
H A D | serverloop.c | 134 } else if ((fcntl(notify_pipe[0], F_SETFD, FD_CLOEXEC) == -1) || 135 (fcntl(notify_pipe[1], F_SETFD, FD_CLOEXEC) == -1)) {
|
H A D | authfd.c | 114 if (fcntl(sock, F_SETFD, FD_CLOEXEC) == -1) {
|
/external/ppp/pppd/ |
H A D | tty.c | 629 (void) fcntl(ipipe[0], F_SETFD, FD_CLOEXEC); 630 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC);
|
/external/e2fsprogs/lib/uuid/ |
H A D | gen_uuid.c | 151 fcntl(fd, F_SETFD, i | FD_CLOEXEC);
|
/external/linux-tools-perf/ |
H A D | builtin-record.c | 543 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
|
/external/okhttp/src/main/java/libcore/io/ |
H A D | OsConstants.java | 141 public static final int FD_CLOEXEC = placeholder(); field in class:OsConstants
|
/external/v8/src/ |
H A D | d8-posix.cc | 279 fcntl(exec_error_fds[kWriteFD], F_SETFD, FD_CLOEXEC);
|