Searched refs:modes (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | fcntl.h | 49 int open(const char* pathname, int flags, mode_t modes, ...) __overloadable 70 int open(const char* const __pass_object_size pathname, int flags, mode_t modes) in open() argument 72 __clang_warning_if(!__open_modes_useful(flags) && modes, in open() 74 return __open_real(pathname, flags, modes); in open() 78 int openat(int dirfd, const char* pathname, int flags, mode_t modes, ...) 94 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() argument 96 __clang_warning_if(!__open_modes_useful(flags) && modes, in openat() 98 return __openat_real(dirfd, pathname, flags, modes); in openat() 105 int open64(const char* pathname, int flags, mode_t modes, ...) __overloadable 116 int open64(const char* const __pass_object_size pathname, int flags, mode_t modes) in open64() argument [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | timex.h | 24 unsigned int modes; member 61 unsigned int modes; member
|
/bionic/benchmarks/linker_relocation/ |
D | README.md | 21 `gen_bench.py` has two modes:
|
/bionic/libc/kernel/uapi/sound/ |
D | compress_params.h | 222 __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
|
/bionic/docs/ |
D | native_allocator.md | 10 It is important to note that there are two modes for a native allocator
|