(4841b92aad213bfed02e82591dcd671382af45dd)
#include "private/qlockfile_p.h"
#include "QtCore/qdebug.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qfileinfo.h"
#include "private/qcore_unix_p.h"
#include "private/qfilesystementry_p.h"
#include "private/quniquehandle_types_p.h"
#include <sys/file.h>
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
◆ O_DIRECTORY
◆ O_PATH
◆ baseName()
◆ qt_write_loop()
| qint64 qt_write_loop |
( |
int | fd, |
|
|
const char * | data, |
|
|
qint64 | len ) |
|
static |
◆ releaseLockFile()
| bool releaseLockFile |
( |
int | fileHandle, |
|
|
int | dirfd, |
|
|
const QByteArray & | fullFileName ) |
|
static |
◆ setNativeLocks()
| NativeLocking setNativeLocks |
( |
int | fd | ) |
|
|
static |