KIOSlave
#include "file.h"
#include <config.h>
#include <config-kioslave-file.h>
#include <QtCore/QFile>
#include <QtCore/QDir>
#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>
#include <stdlib.h>
Include dependency graph for file_unix.cpp:
Go to the source code of this file.
Macros | |
#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) |
Macro Definition Documentation
#define MAX_IPC_SIZE (1024*32) |
Definition at line 64 of file file_unix.cpp.
#define QT_NO_CAST_FROM_ASCII |
Definition at line 26 of file file_unix.cpp.
Function Documentation
|
static |
Definition at line 67 of file file_unix.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.