Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp40 const std::string PATH_NEED_RESTORE_SUFFIX = "/latest/need_restore"; variable
708 … if (std::filesystem::exists(dir_ + PATH_NEED_RESTORE_SUFFIX, errCode) && !auth.token.IsEmpty()) { in StoreKey()
788 … elNeedRestorePath = PATH_USER_EL1_DIR + std::to_string(GetIdFromDir()) + PATH_NEED_RESTORE_SUFFIX; in StoreKey()