Home
last modified time | relevance | path

Searched defs:buffer_mode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/File/linux/
H A Dfile.h25 int buffer_mode, bool owned, File::ModeFlags modeflags) in LinuxFile()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/console/
Dlinflex_console.S216 buffer_mode: label
/aosp_15_r20/external/llvm-libc/src/__support/File/
H A Dfile.cpp339 int File::set_buffer(void *buffer, size_t size, int buffer_mode) { in set_buffer()
H A Dfile.h157 uint8_t *buffer, size_t buffer_size, int buffer_mode, in File()