Home
last modified time | relevance | path

Searched refs:close_range (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/
Dunistd.h360 int close_range(unsigned int __min_fd, unsigned int __max_fd, int __flags) __INTRODUCED_IN(34);
/bionic/libc/bionic/
Dspawn.cpp55 if (!close_range(3, ~0U, CLOSE_RANGE_CLOEXEC)) return 0; in cloexec_except_stdioe()
/bionic/tests/
Dunistd_test.cpp1660 TEST(UNISTD_TEST, close_range) { in TEST() argument
1670 if (close_range(fd, fd, 0) == 0) { in TEST()
/bionic/docs/
Dstatus.md59 * `close_range` and `copy_file_range` (Linux-specific GNU extensions).
/bionic/libc/
DSYSCALLS.TXT116 int close_range(unsigned int, unsigned int, int) all
Dlibc.map.txt1580 close_range;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1580 close_range;