Home
last modified time | relevance | path

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

/third_party/weston/shared/
Dos-compatibility.c44 os_fd_set_cloexec(int fd) in os_fd_set_cloexec() function
64 if (os_fd_set_cloexec(fd) != 0) { in set_cloexec_or_close()
Dos-compatibility.h34 os_fd_set_cloexec(int fd);
/third_party/weston/tests/
Dbad-buffer-test.c60 if (os_fd_set_cloexec(fd) != 0) { in set_cloexec_or_close()
/third_party/weston/compositor/
Dmain.c3279 os_fd_set_cloexec(fileno(stdin)); in wet_main()