/external/mksh/src/ |
main.c | 880 } else if (fcntl(tty_fd, F_SETFD, FD_CLOEXEC) < 0) { 1072 fcntl(nfd, F_SETFD, 0); 1092 fcntl(nfd, F_SETFD, FD_CLOEXEC); [all...] |
shf.c | 135 fcntl(fd, F_SETFD, FD_CLOEXEC); 182 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/ndk/sources/host-tools/make-3.81/ |
job.c | [all...] |
/dalvik/vm/ |
Misc.cpp | 576 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 609 GTEST_DEATH_TEST_CHECK(fcntl(pipe_fd[1], F_SETFD, 0) != -1);
|
/system/core/adb/ |
services.c | 285 fcntl(ptm, F_SETFD, FD_CLOEXEC);
|
sysdeps.h | 302 fcntl( fd, F_SETFD, FD_CLOEXEC );
|
fdevent.c | 123 fcntl(epoll_fd, F_SETFD, FD_CLOEXEC);
|
/external/ppp/pppd/ |
tty.c | 629 (void) fcntl(ipipe[0], F_SETFD, FD_CLOEXEC); 630 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC); [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 127 return fcntl(fd, F_SETFD, flags | FD_CLOEXEC); [all...] |
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 151 fcntl(fd, F_SETFD, i | FD_CLOEXEC);
|
/external/ipsec-tools/ |
setup.c | 655 fcntl(fd, F_SETFD, FD_CLOEXEC);
|
/external/v8/src/ |
d8-posix.cc | 278 fcntl(exec_error_fds[kWriteFD], F_SETFD, FD_CLOEXEC);
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 412 fcntl(hDriver, F_SETFD, FD_CLOEXEC);
|
/libcore/luni/src/main/java/libcore/io/ |
OsConstants.java | 151 public static final int F_SETFD = placeholder();
|
/system/core/init/ |
devices.c | 828 fcntl(device_fd, F_SETFD, FD_CLOEXEC);
|
init.c | 143 fcntl(fd, F_SETFD, 0);
|
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 187 if (fcntl(fd, F_SETFD, 1) == -1) { 207 if (fcntl(retfd, F_SETFD, 1) == -1) { [all...] |
/external/iptables/iptables/ |
xtables.c | 305 if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) { 762 if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) { [all...] |
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/valgrind/main/include/vki/ |
vki-darwin.h | 273 #define VKI_F_SETFD F_SETFD
|
/libcore/luni/src/main/native/ |
libcore_io_OsConstants.cpp | 157 initConstant(env, c, "F_SETFD", F_SETFD);
|