#include <fstream>
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
◆ FSTAT
◆ LSEEK
◆ MAP_FAILED
◆ MMAP
◆ O_ACCMODE
◆ OPEN
◆ STAT
◆ __file_size()
Definition at line 110 of file fstream_unistd.cpp.
110 {
112
116
118}
GLenum GLuint GLenum GLsizei const GLchar * buf
◆ __is_regular_file()
◆ flag_to_openmode()
Definition at line 78 of file fstream_unistd.cpp.
79{
81
85 break;
88 break;
90 ret = ios_base::in | ios_base::out;
91 break;
92 }
93
96
98}
◆ INVALID_STLP_FD
| const _STLP_fd INVALID_STLP_FD = -1 |