KIOSlave
file_unix.cpp File Reference
#include "file.h"#include <config.h>#include <QtCore/QFile>#include <kde_file.h>#include <kdebug.h>#include <kconfiggroup.h>#include <kmountpoint.h>#include <dirent.h>#include <errno.h>#include <fcntl.h>#include <grp.h>#include <utime.h>#include <pwd.h>Go to the source code of this file.
Defines | |
| #define | MAX_IPC_SIZE (1024*32) |
| #define | QT_NO_CAST_FROM_ASCII |
Functions | |
| static bool | same_inode (const KDE_struct_stat &src, const KDE_struct_stat &dest) |
| int | write_all (int fd, const char *buf, size_t len) |
Define Documentation
| #define MAX_IPC_SIZE (1024*32) |
Definition at line 52 of file file_unix.cpp.
| #define QT_NO_CAST_FROM_ASCII |
Definition at line 26 of file file_unix.cpp.
Function Documentation
| static bool same_inode | ( | const KDE_struct_stat & | src, | |
| const KDE_struct_stat & | dest | |||
| ) | [static] |
Definition at line 55 of file file_unix.cpp.
KDE 4.3 API Reference