Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp611 std::string discardElx = userDir + "/" + std::to_string(userId) + SEC_DISCARD_DIR; in GenerateIntegrityDirs() local
615 … !std::filesystem::exists(shieldElx, errCode) || !std::filesystem::exists(discardElx, errCode) || in GenerateIntegrityDirs()