Home
last modified time | relevance | path

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

/bionic/libc/include/bits/fortify/
Dfcntl.h49 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/
Dtimex.h24 unsigned int modes; member
61 unsigned int modes; member
/bionic/benchmarks/linker_relocation/
DREADME.md21 `gen_bench.py` has two modes:
/bionic/libc/kernel/uapi/sound/
Dcompress_params.h222 __u32 modes; member
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md40 named libc.debug.malloc. It has only a few distinct modes that enables a
/bionic/docs/
Dnative_allocator.md10 It is important to note that there are two modes for a native allocator