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>
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
◆ MAX_IPC_SIZE
#define MAX_IPC_SIZE (1024*32) |
Definition at line 64 of file file_unix.cpp.
◆ QT_NO_CAST_FROM_ASCII
#define QT_NO_CAST_FROM_ASCII |
Definition at line 26 of file file_unix.cpp.
Function Documentation
◆ same_inode()
|
static |
Definition at line 67 of file file_unix.cpp.
◆ write_all()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.