Home
last modified time | relevance | path

Searched refs:gpgHome (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/kgpg/kgpg-21.12.3/
H A Dgpgproc.cpp353 QString gpgHome; in getGpgHome() local
355 gpgHome = QLatin1String( env ); in getGpgHome()
358 gpgHome = getGpgProcessHome(binary); in getGpgHome()
362 if (gpgHome.isEmpty()) { in getGpgHome()
373 if (!gpgHome.endsWith(QLatin1Char( '/' ))) in getGpgHome()
374 gpgHome.append(QLatin1Char( '/' )); in getGpgHome()
376 if (gpgHome.startsWith(QLatin1String("~/"))) in getGpgHome()
377 gpgHome.replace(0, 1, QDir::homePath()); in getGpgHome()
380 QDir().mkpath(gpgHome); in getGpgHome()
383 QDir().mkpath(gpgHome); in getGpgHome()
[all …]
H A Dkgpgoptions.cpp148 …QString gpgHome = QFileDialog::getExistingDirectory(this, i18n("New GnuPG Home Location"), m_page4… in slotChangeHome() local
149 if (gpgHome.isEmpty()) in slotChangeHome()
152 if (!gpgHome.endsWith(QLatin1Char( '/' ))) in slotChangeHome()
153 gpgHome.append(QLatin1Char( '/' )); in slotChangeHome()
156 if (!QFile(gpgHome + confPath).exists()) { in slotChangeHome()
158 if (!QFile(gpgHome + confPath).exists()) { in slotChangeHome()
171 …p << gpgbin << QLatin1String( "--homedir" ) << gpgHome << QLatin1String( "--no-tty" ) << QLatin1St… in slotChangeHome()
176 QFile confFile(gpgHome + confPath); in slotChangeHome()
192 m_page4->gpg_home_path->setText(gpgHome); in slotChangeHome()
H A Dkgpgfirstassistant.cpp228 const QString gpgHome = GPGProc::getGpgHome(gpgBinary); in findConfigPath() local
229 QString confPath = gpgHome + QLatin1String( "gpg.conf" ); in findConfigPath()
232 const QString confPathOpt = gpgHome + QLatin1String("options"); in findConfigPath()
/dports/security/gpgme/gpgme-1.15.1/lang/qt/tests/
H A Dt-support.cpp52 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
53 QVERIFY2(!gpgHome.isEmpty(), "GNUPGHOME environment variable is not set."); in initTestCase()
H A Dt-config.cpp86 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
H A Dt-various.cpp285 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
286 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
H A Dt-encrypt.cpp320 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
327 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
H A Dt-remarks.cpp502 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
503 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/qt/tests/
H A Dt-support.cpp52 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
53 QVERIFY2(!gpgHome.isEmpty(), "GNUPGHOME environment variable is not set."); in initTestCase()
H A Dt-config.cpp86 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
H A Dt-various.cpp285 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
286 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
H A Dt-encrypt.cpp320 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
327 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
H A Dt-remarks.cpp502 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
503 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/qt/tests/
H A Dt-support.cpp52 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
53 QVERIFY2(!gpgHome.isEmpty(), "GNUPGHOME environment variable is not set."); in initTestCase()
H A Dt-config.cpp86 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
H A Dt-various.cpp285 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
286 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
H A Dt-encrypt.cpp320 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
327 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
/dports/security/py-gpgme/gpgme-1.15.1/lang/qt/tests/
H A Dt-support.cpp52 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
53 QVERIFY2(!gpgHome.isEmpty(), "GNUPGHOME environment variable is not set."); in initTestCase()
H A Dt-config.cpp86 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
H A Dt-various.cpp285 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
286 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
H A Dt-encrypt.cpp320 const QString gpgHome = qgetenv("GNUPGHOME"); in initTestCase() local
327 QVERIFY(copyKeyrings(gpgHome, mDir.path())); in initTestCase()
/dports/security/kgpg/kgpg-21.12.3/tests/
H A Dcommon.cpp66 const QString gpgHome = dir.filePath(QLatin1String(".gnupg")); in configArguments() local
67 return { QLatin1String("--options"), conf, QLatin1String("--homedir"), gpgHome }; in configArguments()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/pgp/
H A Dkeysource.go250 func (key *MasterKey) gpgHome() string { func
296 return key.loadRing(key.gpgHome() + "/secring.gpg")
300 return key.loadRing(key.gpgHome() + "/pubring.gpg")
/dports/sysutils/qtpass/QtPass-1.3.2/src/
H A Dsettingsconstants.h35 const static QString gpgHome; variable
H A Dsettingsconstants.cpp38 const QString SettingsConstants::gpgHome = "gpgHome"; member in SettingsConstants

12