Searched refs:FD_CLOEXEC (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/installd/
H A Dinstalld.c237 fcntl(lsocket, F_SETFD, FD_CLOEXEC);
246 fcntl(s, F_SETFD, FD_CLOEXEC);
/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteInit.cpp188 fdFlags |= FD_CLOEXEC;
190 fdFlags &= ~FD_CLOEXEC;
/frameworks/base/cmds/dumpstate/
H A Ddumpstate.c210 if (vibrator) fcntl(fileno(vibrator), F_SETFD, FD_CLOEXEC); local
/frameworks/base/libs/binder/
H A DProcessState.cpp331 fcntl(fd, F_SETFD, FD_CLOEXEC);

Completed in 133 milliseconds