Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp254 auto bkFile = backupFile + BACKUP_BK_POSTFIX; in GetClearType() local
260 if (dbPassword.sKey != backupPassword.sKey && IsFileExist(bkFile)) { in GetClearType()
263 if (dbPassword.sKey == backupPassword.sKey && IsFileExist(bkFile)) { in GetClearType()
271 if (!IsFileExist(tmpFile) && IsFileExist(bkFile)) { in GetClearType()