Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp585 std::string el1NeedRestorePath = GetNeedRestoreFilePath(userId, USER_EL1_DIR); in IsNeedRestorePathExist() local
586 isExist = isExist || std::filesystem::exists(el1NeedRestorePath, errCode); in IsNeedRestorePathExist()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp585 std::string el1NeedRestorePath = USER_EL1_DIR + "/" + std::to_string(user) + RESTORE_DIR; in CheckAndFixUserKeyDirectory() local
587 if (std::filesystem::exists(el1NeedRestorePath, errCode)) { in CheckAndFixUserKeyDirectory()