Home
last modified time | relevance | path

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

/system/ulib/fdio/
A Dunistd.c1740 const int allowed_flags = O_NONBLOCK | O_CLOEXEC; in pipe2() local
1741 if (flags & ~allowed_flags) { in pipe2()
1797 const int allowed_flags = AT_EACCESS; in faccessat() local
1798 if (flag & (~allowed_flags)) { in faccessat()

Completed in 7 milliseconds