Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp37 const std::string PATH_LATEST_BACKUP = "/latest_bak"; variable
379 if (rename((dir_ + PATH_LATEST_BACKUP).c_str(), (dir_ + PATH_LATEST).c_str()) != 0) { in StoreKey()
409 std::string pathLatestBak = dir_ + PATH_LATEST_BACKUP; in StoreKey()