Home
last modified time | relevance | path

Searched refs:appFilePath (Results 1 – 17 of 17) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DappIdStats.c88 static char* appFilePath; variable
267 appFilePath = calloc(pathLength, 1); in appIdStatsInit()
268 if(appFilePath != NULL) in appIdStatsInit()
269 snprintf(appFilePath, pathLength, "%s/%s", path, appFileName); in appIdStatsInit()
498 if(appFilePath) in dumpStats2()
502 appfp = openOutputFile(appFilePath, currTime); in dumpStats2()
509 appfp = rolloverOutputFile(appFilePath, appfp, currTime); in dumpStats2()
521 …rMsg("NGFW Rule Engine Failed to write to statistics file (%s): %s\n", appFilePath, strerror(errno… in dumpStats2()
556 if(appFilePath) in appIdStatsFini()
557 free(appFilePath); in appIdStatsFini()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemanapplication.h56 Q_PROPERTY(QString appFilePath READ appFilePath NOTIFY fakeSignal)
110 static QString appFilePath();
H A Dasemanapplication.cpp319 QString AsemanApplication::appFilePath() in appFilePath() function in AsemanApplication
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsUpdateDriver.cpp484 NS_ConvertUTF16toUTF8 appFilePath(appFilePathW); local
505 nsAutoCString appFilePath; local
507 appFilePath.Assign(kB2GServiceArgv[0]);
511 rv = appFile->GetNativePath(appFilePath);
602 argv[6] = (char*) appFilePath.get();
746 NS_ConvertUTF16toUTF8 appFilePath(appFilePathW); local
766 nsAutoCString appFilePath; local
767 rv = appFile->GetNativePath(appFilePath);
885 argv[6] = (char*) appFilePath.get();
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Dcommon.cpp400 void Common::setupIconTheme(QString appFilePath) in setupIconTheme() argument
423 themes << QString("%1/../share/icons/Humanity").arg(appFilePath); in setupIconTheme()
425 themes << QString("%1/../share/icons/Adwaita").arg(appFilePath); in setupIconTheme()
427 themes << QString("%1/../share/icons/Tango").arg(appFilePath); in setupIconTheme()
429 themes << QString("%1/../share/icons/gnome").arg(appFilePath); in setupIconTheme()
431 themes << QString("%1/../share/icons/oxygen").arg(appFilePath); in setupIconTheme()
433 themes << QString("%1/../share/icons/hicolor").arg(appFilePath); in setupIconTheme()
H A Dcommon.h88 static void setupIconTheme(QString appFilePath);
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsUpdateDriver.cpp395 nsAutoCString appFilePath; local
418 CopyUTF16toUTF8(appFilePathW, appFilePath);
420 rv = appFile->GetNativePath(appFilePath);
549 argv[6] = (char*)appFilePath.get();
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsUpdateDriver.cpp504 nsAutoCString appFilePath; local
527 appFilePath = NS_ConvertUTF16toUTF8(appFilePathW);
529 rv = appFile->GetNativePath(appFilePath);
626 argv[6] = (char *)appFilePath.get();
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsUpdateDriver.cpp404 nsAutoCString appFilePath; local
427 CopyUTF16toUTF8(appFilePathW, appFilePath);
429 rv = appFile->GetNativePath(appFilePath);
529 argv[6] = (char*)appFilePath.get();
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsUpdateDriver.cpp404 nsAutoCString appFilePath; local
427 CopyUTF16toUTF8(appFilePathW, appFilePath);
429 rv = appFile->GetNativePath(appFilePath);
529 argv[6] = (char*)appFilePath.get();
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsUpdateDriver.cpp398 nsAutoCString appFilePath; local
421 appFilePath = NS_ConvertUTF16toUTF8(appFilePathW);
423 rv = appFile->GetNativePath(appFilePath);
523 argv[6] = (char*)appFilePath.get();
/dports/multimedia/phonon-gstreamer/phonon-backend-gstreamer-4.10.0/gstreamer/
H A Dbackend.cpp75 QByteArray appFilePath = qApp->applicationFilePath().toUtf8(); in Backend() local
80 appFilePath.constData(), in Backend()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/core/
H A Dapp.h98 App(NativePath const &appFilePath, QStringList args); in DENG2_OBSERVES()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/core/
H A Dapp.cpp412 App::App(NativePath const &appFilePath, QStringList args) in DENG2_AUDIENCE_METHOD()
438 d->appPath = appFilePath; in DENG2_AUDIENCE_METHOD()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/qml/Cutegram/
H A DConfigure.qml738 command: AsemanApp.appFilePath
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/
H A Dtst_blackbox.cpp2768 const QString appFilePath = QDir::currentPath() + "/dryrun/" in setupRunEnvironment() local
2771 && m_qbsStdout.contains(QDir::toNativeSeparators(appFilePath).toLocal8Bit()), in setupRunEnvironment()
2922 const QString appFilePath = QDir::currentPath() + '/' + relativeExecutableFilePath("app"); in sourceArtifactChanges() local
2935 QVERIFY2(QFile::exists(appFilePath) == expected, qPrintable(appFilePath)); \ in sourceArtifactChanges()
4261 const QString appFilePath = app.absolutePath(fullInstallPrefix); in installLocations() local
4262 QVERIFY2(QFile::exists(appFilePath), qPrintable(appFilePath)); in installLocations()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A Dplugins.qmltypes59 Property { name: "appFilePath"; type: "string"; isReadonly: true }