Home
last modified time | relevance | path

Searched refs:BACKUP_TOP_PATH (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp31 constexpr const char *BACKUP_TOP_PATH = "/kvdb/backup"; member
52 auto topPath = baseDir + BACKUP_TOP_PATH; in Init()
73 std::string topPath = path + BACKUP_TOP_PATH; in Prepare()
118 std::string topPath = baseDir + BACKUP_TOP_PATH; in Backup()
158 std::string path = baseDir + BACKUP_TOP_PATH + "/" + storeId; in GetBackupFileInfo()
189 auto fullName = baseDir + BACKUP_TOP_PATH + "/" + storeId + "/" + backupFile.name; in Restore()
224 std::string path = baseDir + BACKUP_TOP_PATH + "/" + storeId; in DeleteBackup()
390 auto backupFullName = baseDir + BACKUP_TOP_PATH + "/" + storeId + "/" + info.first + BACKUP_POSTFIX; in ClearResidueFile()

Completed in 2 milliseconds