Home
last modified time | relevance | path

Searched refs:backup_create (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_volume_usage_audit.py234 db.backup_create(self.ctx, self.db_back_attrs[0])
237 db.backup_create(self.ctx, self.db_back_attrs[1])
240 db.backup_create(self.ctx, self.db_back_attrs[2])
243 db.backup_create(self.ctx, self.db_back_attrs[3])
246 db.backup_create(self.ctx, self.db_back_attrs[4])
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dbackup.h29 void backup_create (GUI *appGUI);
H A Dbackup.c212 backup_create (GUI *appGUI) { in backup_create() function
H A Dcontacts.c779 backup_create(appGUI); in button_create_backup_cb()
H A Dtasks.c1152 backup_create(appGUI); in button_create_backup_cb()
/dports/misc/py-cinder/cinder-12.0.10/cinder/objects/
H A Dbackup.py166 db_backup = db.backup_create(self._context, updates)
281 db_backup = db.backup_create(self._context, updates)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/contrib/
H A Dtest_admin_actions.py255 backup = db.backup_create(self.ctx,
282 backup = db.backup_create(self.ctx,
299 backup = db.backup_create(self.ctx, {'status': 'available',
310 backup = db.backup_create(self.ctx,
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/backup/drivers/
H A Dtest_backup_tsm.py265 return db.backup_create(self.ctxt, backup)['id']
H A Dtest_backup_driver_base.py50 return db.backup_create(self.ctxt, backup)['id']
H A Dtest_backup_nfs.py180 return db.backup_create(self.ctxt, backup)['id']
H A Dtest_backup_swift.py93 return db.backup_create(self.ctxt, backup)['id']
H A Dtest_backup_ceph.py120 return db.backup_create(self.ctxt, backup)['id']
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp931 static int backup_create(const NS_tchar *path) { function
1147 rv = backup_create(mFile.get());
1327 rv = backup_create(mFile.get());
1588 rv = backup_create(mFile.get());
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/objects/
H A Dtest_backup.py78 def test_create(self, backup_create): argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_db_api.py125 {'handler': [db.backup_create, db.backup_get_all],
219 sqlalchemy_api.backup_create(self.ctxt, {
223 sqlalchemy_api.backup_create(self.ctxt, {
227 sqlalchemy_api.backup_create(self.ctxt, {
231 sqlalchemy_api.backup_create(self.ctxt, {
2714 self.created = [db.backup_create(self.ctxt, values)
H A Dtest_quota.py115 return db.backup_create(self.context, backup)
/dports/misc/py-cinder/cinder-12.0.10/cinder/db/
H A Dapi.py1207 def backup_create(context, values): function
1209 return IMPL.backup_create(context, values)
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dupdater.cxx987 static int backup_create(const NS_tchar *path) function
1220 rv = backup_create(mFile.get());
1423 rv = backup_create(mFile.get());
1696 rv = backup_create(mFile.get());
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1016 static int backup_create(const NS_tchar* path) { in backup_create() function
1237 rv = backup_create(mFile.get()); in Execute()
1421 rv = backup_create(mFile.get()); in Execute()
1691 rv = backup_create(mFile.get()); in Execute()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1034 static int backup_create(const NS_tchar* path) { in backup_create() function
1255 rv = backup_create(mFile.get()); in Execute()
1439 rv = backup_create(mFile.get()); in Execute()
1709 rv = backup_create(mFile.get()); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dupdater.cxx986 static int backup_create(const NS_tchar *path) function
1219 rv = backup_create(mFile.get());
1422 rv = backup_create(mFile.get());
1695 rv = backup_create(mFile.get());
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1024 static int backup_create(const NS_tchar* path) { in backup_create() function
1245 rv = backup_create(mFile.get()); in Execute()
1429 rv = backup_create(mFile.get()); in Execute()
1699 rv = backup_create(mFile.get()); in Execute()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/updater/
H A Dupdater.cpp994 static int backup_create(const NS_tchar *path) function
1219 rv = backup_create(mFile.get());
1420 rv = backup_create(mFile.get());
1689 rv = backup_create(mFile.get());
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1024 static int backup_create(const NS_tchar* path) { in backup_create() function
1245 rv = backup_create(mFile.get()); in Execute()
1429 rv = backup_create(mFile.get()); in Execute()
1699 rv = backup_create(mFile.get()); in Execute()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_lvm_driver.py135 db.backup_create(self.context, backup)

12