Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp119 CheckAndFixFiles(keyDir, backupDir); in TryRestoreKey()
125 CheckAndFixFiles(backupDir, keyDir); in TryRestoreKey()
147 CheckAndFixFiles(keyDir, backupDir); in TryRestoreUeceKey()
153 CheckAndFixFiles(backupDir, keyDir); in TryRestoreUeceKey()
240 CheckAndFixFiles(tempKeyDir, origKeyDir); in DoResotreKeyMix()
241 CheckAndFixFiles(tempKeyDir, backupKeyDir); in DoResotreKeyMix()
439 void KeyBackup::CheckAndFixFiles(const std::string &from, const std::string &to) in CheckAndFixFiles() function in OHOS::StorageDaemon::KeyBackup
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h75 void CheckAndFixFiles(const std::string &from, const std::string &to);