Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp610 std::string encryptElx = userDir + "/" + std::to_string(userId) + ENCRYPT_VERSION_DIR; in GenerateIntegrityDirs() local
614 …if (!std::filesystem::exists(versionElx, errCode) || !std::filesystem::exists(encryptElx, errCode)… in GenerateIntegrityDirs()