Searched refs:O_CLOEXEC (Results 1 – 15 of 15) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 61 #ifndef O_CLOEXEC 62 #define O_CLOEXEC 02000000 /* set close_on_exec */ macro
|
/external/qemu/ |
D | osdep.c | 102 #ifdef O_CLOEXEC in qemu_open() 103 ret = open(name, flags | O_CLOEXEC, mode); in qemu_open()
|
D | oslib-posix.c | 99 ret = pipe2(pipefd, O_CLOEXEC); in qemu_pipe()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 52 int fd = open(fpath, O_RDONLY|O_CLOEXEC); in check_file() 172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC); in main()
|
D | pscap.c | 89 fd = open(buf, O_RDONLY|O_CLOEXEC, 0); in main()
|
D | netcap.c | 75 fd = open(buf, O_RDONLY|O_CLOEXEC, 0); in collect_process_info()
|
/external/zlib/src/ |
D | gzlib.c | 99 #ifdef O_CLOEXEC 144 #ifdef O_CLOEXEC 221 #ifdef O_CLOEXEC 222 (cloexec ? O_CLOEXEC : 0) |
|
D | ChangeLog | 20 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
|
/external/kernel-headers/original/asm-mips/ |
D | socket.h | 120 #define SOCK_CLOEXEC O_CLOEXEC
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_hh_co.c | 255 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open() 281 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
|
/external/dbus/dbus/ |
D | dbus-spawn.c | 816 retval = pipe2 (p, O_CLOEXEC); in make_pipe()
|
/external/strace/ |
D | NEWS | 149 * Print O_CLOEXEC, MSG_CMSG_CLOEXEC flag bits.
|
D | file.c | 326 #ifdef O_CLOEXEC 327 { O_CLOEXEC, "O_CLOEXEC" },
|
D | ChangeLog-CVS | 1000 * file.c (open_mode_flags): Add O_CLOEXEC.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 38193 (WebCore::ResourceHandle::startHttp): Don't use O_CLOEXEC for now.
|