Home
last modified time | relevance | path

Searched refs:cloexec_flag (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-mx32/
Dinotify_init1.c41 # define cloexec_flag O_CLOEXEC macro
43 # define cloexec_flag 0 macro
45 # define all_flags (O_NONBLOCK | cloexec_flag)
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "", in main()
69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc)); in main()
/external/strace/tests/
Dinotify_init1.c41 # define cloexec_flag O_CLOEXEC macro
43 # define cloexec_flag 0 macro
45 # define all_flags (O_NONBLOCK | cloexec_flag)
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "", in main()
69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc)); in main()
/external/strace/tests-m32/
Dinotify_init1.c41 # define cloexec_flag O_CLOEXEC macro
43 # define cloexec_flag 0 macro
45 # define all_flags (O_NONBLOCK | cloexec_flag)
59 bogus_flags1 & cloexec_flag ? "IN_CLOEXEC|" : "", in main()
69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc)); in main()
/external/python/cpython2/Lib/
Dsubprocess.py848 cloexec_flag = fcntl.FD_CLOEXEC
850 cloexec_flag = 1
854 fcntl.fcntl(fd, fcntl.F_SETFD, old | cloexec_flag)
856 fcntl.fcntl(fd, fcntl.F_SETFD, old & ~cloexec_flag)