file.cc File Reference
#include <config.h>
#include <qglobal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <assert.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <time.h>
#include <utime.h>
#include <unistd.h>
#include <qvaluelist.h>
#include <qregexp.h>
#include <kshred.h>
#include <kdebug.h>
#include <kurl.h>
#include <kinstance.h>
#include <ksimpleconfig.h>
#include <ktempfile.h>
#include <klocale.h>
#include <qfile.h>
#include <qstrlist.h>
#include "file.h"
#include <limits.h>
#include <kprocess.h>
#include <kmountpoint.h>
#include <kstandarddirs.h>
#include <kio/ioslave_defaults.h>
#include <klargefile.h>
#include <kglobal.h>
#include <kmimetype.h>
#include "file.moc"
Go to the source code of this file.
Defines |
| #define | MAX_IPC_SIZE (1024*32) |
Functions |
| KDE_EXPORT int | kdemain (int argc, char **argv) |
| static bool | same_inode (const KDE_struct_stat &src, const KDE_struct_stat &dest) |
| static QString | testLogFile (const char *_filename) |
| static int | write_all (int fd, const char *buf, size_t len) |
Define Documentation
| #define MAX_IPC_SIZE (1024*32) |
Function Documentation
| int kdemain |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | |
| static bool same_inode |
( |
const KDE_struct_stat & |
src, |
|
|
const KDE_struct_stat & |
dest | |
|
) |
| | [static] |
| static QString testLogFile |
( |
const char * |
_filename |
) |
[static] |
| static int write_all |
( |
int |
fd, |
|
|
const char * |
buf, |
|
|
size_t |
len | |
|
) |
| | [static] |