KDECore
#include "klockfile.h"
#include <config.h>
#include <sys/types.h>
#include <signal.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <QtCore/QDate>
#include <QtCore/QFile>
#include <QTextStream>
#include "krandom.h"
#include "kglobal.h"
#include "kcomponentdata.h"
#include "ktemporaryfile.h"
#include "kde_file.h"
#include "kfilesystemtype_p.h"
#include <fcntl.h>
Include dependency graph for klockfile_unix.cpp:
Go to the source code of this file.
Macros | |
#define | FIELD_EQ(what) (st_buf1.what == st_buf2.what) |
Functions | |
static bool | operator!= (const KDE_struct_stat &st_buf1, const KDE_struct_stat &st_buf2) |
static bool | operator== (const KDE_struct_stat &st_buf1, const KDE_struct_stat &st_buf2) |
static bool | testLinkCountSupport (const QByteArray &fileName) |
Macro Definition Documentation
#define FIELD_EQ | ( | what | ) | (st_buf1.what == st_buf2.what) |
Function Documentation
|
static |
Definition at line 150 of file klockfile_unix.cpp.
|
static |
Definition at line 141 of file klockfile_unix.cpp.
|
static |
Definition at line 156 of file klockfile_unix.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 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:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.