#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <dirent.h>
#include <unistd.h>
#include <limits.h>
Go to the source code of this file.
Classes | |
struct | QFileInfoCache |
Macros | |
#define | PATH_MAX 1024 |
#define | STATBUF struct stat |
#define | STATBUF4TSTAT struct stat |
#define | STAT ::stat |
#define | FSTAT ::fstat |
#define | STAT_REG S_IFREG |
#define | STAT_DIR S_IFDIR |
#define | STAT_MASK S_IFMT |
#define | FILENO fileno |
#define | OPEN ::open |
#define | CLOSE ::close |
#define | LSEEK ::lseek |
#define | READ ::read |
#define | WRITE ::write |
#define | ACCESS ::access |
#define | GETCWD ::getcwd |
#define | CHDIR ::chdir |
#define | MKDIR ::mkdir |
#define | RMDIR ::rmdir |
#define | OPEN_RDONLY O_RDONLY |
#define | OPEN_WRONLY O_WRONLY |
#define | OPEN_RDWR O_RDWR |
#define | OPEN_CREAT O_CREAT |
#define | OPEN_TRUNC O_TRUNC |
#define | OPEN_APPEND O_APPEND |
#define ACCESS ::access |
Definition at line 216 of file qfiledefs_p.h.
#define CHDIR ::chdir |
Definition at line 222 of file qfiledefs_p.h.
#define CLOSE ::close |
Definition at line 212 of file qfiledefs_p.h.
#define FILENO fileno |
Definition at line 210 of file qfiledefs_p.h.
#define FSTAT ::fstat |
Definition at line 202 of file qfiledefs_p.h.
#define GETCWD ::getcwd |
Definition at line 221 of file qfiledefs_p.h.
#define LSEEK ::lseek |
Definition at line 213 of file qfiledefs_p.h.
#define MKDIR ::mkdir |
Definition at line 224 of file qfiledefs_p.h.
#define OPEN ::open |
Definition at line 211 of file qfiledefs_p.h.
#define OPEN_APPEND O_APPEND |
Definition at line 231 of file qfiledefs_p.h.
#define OPEN_CREAT O_CREAT |
Definition at line 229 of file qfiledefs_p.h.
#define OPEN_RDONLY O_RDONLY |
Definition at line 226 of file qfiledefs_p.h.
#define OPEN_RDWR O_RDWR |
Definition at line 228 of file qfiledefs_p.h.
#define OPEN_TRUNC O_TRUNC |
Definition at line 230 of file qfiledefs_p.h.
#define OPEN_WRONLY O_WRONLY |
Definition at line 227 of file qfiledefs_p.h.
#define PATH_MAX 1024 |
Definition at line 92 of file qfiledefs_p.h.
#define READ ::read |
Definition at line 214 of file qfiledefs_p.h.
#define RMDIR ::rmdir |
Definition at line 225 of file qfiledefs_p.h.
#define STAT ::stat |
Definition at line 201 of file qfiledefs_p.h.
#define STAT_DIR S_IFDIR |
Definition at line 205 of file qfiledefs_p.h.
#define STAT_MASK S_IFMT |
Definition at line 206 of file qfiledefs_p.h.
#define STAT_REG S_IFREG |
Definition at line 204 of file qfiledefs_p.h.
#define STATBUF struct stat |
Definition at line 199 of file qfiledefs_p.h.
#define STATBUF4TSTAT struct stat |
Definition at line 200 of file qfiledefs_p.h.
#define WRITE ::write |
Definition at line 215 of file qfiledefs_p.h.