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
androidtestutils_p.h File Reference

(249e7f768fb7b4e11c90d2ece022738dd1d36b02)

#include <QtCore/qfile.h>
#include <QtCore/qstring.h>
#include <QtCore/qstandardpaths.h>
Include dependency graph for androidtestutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QFile androidExitCodeFile ()
static void writeAndroidExitCode (int code)
static void clearAndroidExitCode ()

Function Documentation

◆ androidExitCodeFile()

QT_BEGIN_NAMESPACE QFile androidExitCodeFile ( )
static

Definition at line 25 of file androidtestutils_p.h.

Referenced by clearAndroidExitCode().

Here is the caller graph for this function:

◆ clearAndroidExitCode()

void clearAndroidExitCode ( )
static

Definition at line 42 of file androidtestutils_p.h.

References androidExitCodeFile().

Referenced by quick_for_android_test_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeAndroidExitCode()

void writeAndroidExitCode ( int code)
static

Definition at line 31 of file androidtestutils_p.h.

Referenced by quick_for_android_test_main().

Here is the caller graph for this function: