Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/File/linux/
H A Dfile.h23 LinuxFile(int file_descriptor,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,File::ModeFlags modeflags) LinuxFile() argument
H A Dfile.cpp65 auto modeflags = File::mode_flags(mode); openfile() local
124 ModeFlags modeflags = File::mode_flags(mode); create_file_from_fd() local
[all...]
/llvm-project/libc/src/__support/File/
H A Dfile.h156 File(WriteFunc * wf,ReadFunc * rf,SeekFunc * sf,CloseFunc * cf,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,ModeFlags modeflags) File() argument
/llvm-project/libc/test/src/__support/File/
H A Dfile_test.cpp43 StringFile(char * buffer,size_t buflen,int bufmode,bool owned,ModeFlags modeflags) StringFile() argument