/external/webkit/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromiumPosix.cpp | 88 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); 90 fcntl(dirfd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
|
/system/core/init/ |
signal_handler.c | 147 fcntl(s[0], F_SETFD, FD_CLOEXEC); 149 fcntl(s[1], F_SETFD, FD_CLOEXEC);
|
keychords.c | 78 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
property_service.c | 166 fcntl(pa_workspace.fd, F_SETFD, FD_CLOEXEC); 527 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/bionic/libc/kernel/common/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/development/ndk/platforms/android-3/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/external/kernel-headers/original/asm-generic/ |
fcntl.h | 75 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
fcntl.h | 78 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
fcntl.h | 83 #define FD_CLOEXEC 1
|
/external/mtpd/ |
mtpd.c | 122 fcntl(control, F_SETFD, FD_CLOEXEC); 189 fcntl(signals[0], F_SETFD, FD_CLOEXEC); 190 fcntl(signals[1], F_SETFD, FD_CLOEXEC); 308 fcntl(the_socket, F_SETFD, FD_CLOEXEC);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 120 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
|
/system/core/adb/ |
framebuffer_service.c | 65 fcntl(fb, F_SETFD, FD_CLOEXEC);
|
/development/simulator/app/ |
Pipe.cpp | 372 if (fcntl((int) mReadHandle, F_SETFD, FD_CLOEXEC) != 0) 386 if (fcntl((int) mWriteHandle, F_SETFD, FD_CLOEXEC) != 0)
|
/frameworks/base/cmds/installd/ |
installd.c | 253 fcntl(lsocket, F_SETFD, FD_CLOEXEC); 262 fcntl(s, F_SETFD, FD_CLOEXEC);
|
/frameworks/base/core/jni/ |
com_android_internal_os_ZygoteInit.cpp | 188 fdFlags |= FD_CLOEXEC; 190 fdFlags &= ~FD_CLOEXEC;
|
/system/core/debuggerd/ |
debuggerd.c | 876 fcntl(logsocket, F_SETFD, FD_CLOEXEC); 888 fcntl(s, F_SETFD, FD_CLOEXEC); 901 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/development/apps/Term/jni/ |
termExec.cpp | 93 fcntl(ptm, F_SETFD, FD_CLOEXEC);
|
/external/dhcpcd/ |
common.c | 166 || fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1)
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 210 if (vibrator) fcntl(fileno(vibrator), F_SETFD, FD_CLOEXEC);
|
/libcore/luni/src/main/native/ |
java_lang_ProcessManager.cpp | 226 fcntl(statusOut, F_SETFD, FD_CLOEXEC);
|