Home
last modified time | relevance | path

Searched defs:backuppath (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/auth/
H A Dqgsauthguiutils.cpp143 QString backuppath; in resetMasterPassword() local
220 QString backuppath; in eraseAuthenticationDatabase() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/auth/
H A Dqgsauthguiutils.cpp219 QString backuppath; in resetMasterPassword() local
295 QString backuppath; in eraseAuthenticationDatabase() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/auth/
H A Dqgsauthmanager.cpp655 bool keepbackup, QString *backuppath ) in resetMasterPassword()
1342 bool QgsAuthManager::backupAuthenticationDatabase( QString *backuppath ) in backupAuthenticationDatabase()
1378 bool QgsAuthManager::eraseAuthenticationDatabase( bool backup, QString *backuppath ) in eraseAuthenticationDatabase()
/dports/graphics/qgis/qgis-3.22.3/src/core/auth/
H A Dqgsauthmanager.cpp663 bool keepbackup, QString *backuppath ) in resetMasterPassword()
1483 bool QgsAuthManager::backupAuthenticationDatabase( QString *backuppath ) in backupAuthenticationDatabase()
1519 bool QgsAuthManager::eraseAuthenticationDatabase( bool backup, QString *backuppath ) in eraseAuthenticationDatabase()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dscmutil.py976 def backuppath(ui, repo, filepath): function