ReactOS 0.4.16-dev-319-g6cf4263
|
#include <fstream>
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
Macros | |
#define | O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) |
#define | FSTAT fstat |
#define | STAT stat |
#define | LSEEK lseek |
#define | MMAP mmap |
#define | OPEN open |
#define | MAP_FAILED -1 |
Functions | |
static _STLP_BEGIN_NAMESPACE ios_base::openmode | flag_to_openmode (int mode) |
static _STLP_MOVE_TO_PRIV_NAMESPACE bool | __is_regular_file (_STLP_fd fd) |
static streamoff | __file_size (_STLP_fd fd) |
Variables | |
const _STLP_fd | INVALID_STLP_FD = -1 |
Definition at line 59 of file fstream_unistd.cpp.
Definition at line 61 of file fstream_unistd.cpp.
#define MAP_FAILED -1 |
Definition at line 73 of file fstream_unistd.cpp.
#define MMAP mmap |
Definition at line 62 of file fstream_unistd.cpp.
Definition at line 63 of file fstream_unistd.cpp.
Definition at line 60 of file fstream_unistd.cpp.
|
static |
Definition at line 110 of file fstream_unistd.cpp.
|
static |
|
static |
const _STLP_fd INVALID_STLP_FD = -1 |
Definition at line 50 of file fstream_unistd.cpp.