Home
last modified time | relevance | path

Searched refs:backupExists (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/File/
H A DReplace.cs56 … public void Backup_FileCopiedAndDeleted_DestCopied(bool backupExists, bool ignoreMetadataErrors) in Backup_FileCopiedAndDeleted_DestCopied() argument
68 if (backupExists) in Backup_FileCopiedAndDeleted_DestCopied()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/
H A DImage.php225 if ( ! $this->backupExists($name)) {
266 private function backupExists($name) function in Intervention\\Image\\Image
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DClassifier.cpp845 bool backupExists;
846 nsresult rv = mBackupDirectory->Exists(&backupExists);
849 if (backupExists) {
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DClassifier.cpp1069 bool backupExists; in RecoverBackups() local
1070 nsresult rv = mBackupDirectory->Exists(&backupExists); in RecoverBackups()
1073 if (backupExists) { in RecoverBackups()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DClassifier.cpp1220 bool backupExists; in RecoverBackups() local
1221 nsresult rv = mBackupDirectory->Exists(&backupExists); in RecoverBackups()
1224 if (backupExists) { in RecoverBackups()
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/
H A DClassifier.cpp1211 bool backupExists; in RecoverBackups() local
1212 nsresult rv = mBackupDirectory->Exists(&backupExists); in RecoverBackups()
1215 if (backupExists) { in RecoverBackups()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/
H A DClassifier.cpp1211 bool backupExists; in RecoverBackups() local
1212 nsresult rv = mBackupDirectory->Exists(&backupExists); in RecoverBackups()
1215 if (backupExists) { in RecoverBackups()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/
H A DClassifier.cpp1211 bool backupExists; in RecoverBackups() local
1212 nsresult rv = mBackupDirectory->Exists(&backupExists); in RecoverBackups()
1215 if (backupExists) { in RecoverBackups()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgDBFolder.cpp301 bool backupExists; in CloseAndBackupFolderDB() local
302 backupDBFile->Exists(&backupExists); in CloseAndBackupFolderDB()
303 NS_ASSERTION(!backupExists, "Couldn't delete database backup"); in CloseAndBackupFolderDB()
304 if (backupExists) return NS_ERROR_FAILURE; in CloseAndBackupFolderDB()