Searched defs:modeflags (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/__support/File/linux/ |
H A D | file.h | 23 LinuxFile(int file_descriptor,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,File::ModeFlags modeflags) LinuxFile() argument
|
H A D | file.cpp | 65 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 D | file.h | 156 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 D | file_test.cpp | 43 StringFile(char * buffer,size_t buflen,int bufmode,bool owned,ModeFlags modeflags) StringFile() argument
|