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>
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
◆ FIELD_EQ
Function Documentation
◆ operator!=()
Definition at line 150 of file klockfile_unix.cpp.
◆ operator==()
Definition at line 141 of file klockfile_unix.cpp.
◆ testLinkCountSupport()
Definition at line 156 of file klockfile_unix.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.