Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlockfile_win.cpp File Reference

(f91bf4c2f536d9914718ed95e372a3801b311fc4)

#include "private/qlockfile_p.h"
#include "private/qfilesystementry_p.h"
#include "wcharhelpers_win_p.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qdir.h"
#include "QtCore/qdebug.h"
#include "QtCore/qfileinfo.h"
#include "QtCore/qthread.h"
#include <qt_windows.h>
#include <psapi.h>
#include <io.h>
#include <fcntl.h>
Include dependency graph for qlockfile_win.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE bool fileExists (const wchar_t *fileName)
static bool deleteFile (const QString &fileName)

Function Documentation

◆ deleteFile()

bool deleteFile ( const QString & fileName)
static

Definition at line 30 of file qlockfile_win.cpp.

◆ fileExists()

QT_BEGIN_NAMESPACE bool fileExists ( const wchar_t * fileName)
inlinestatic

Definition at line 24 of file qlockfile_win.cpp.