Searched refs:modes (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 113 int open(const char* pathname, int flags, mode_t modes, ...) __overloadable 134 int open(const char* const __pass_object_size pathname, int flags, mode_t modes) in open() argument 136 return __open_real(pathname, flags, modes); in open() 145 int openat(int dirfd, const char* pathname, int flags, mode_t modes, ...) 157 mode_t modes) __overloadable { in openat() argument 158 return __openat_real(dirfd, pathname, flags, modes); in openat()
|
/bionic/libc/kernel/uapi/linux/ |
D | timex.h | 25 unsigned int modes; member
|
/bionic/libc/kernel/uapi/sound/ |
D | compress_params.h | 221 __u32 modes; member
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 40 named libc.debug.malloc. It has only a few distinct modes that enables a
|