Searched refs:encryptElx (Results 1 – 1 of 1) sorted by relevance
610 std::string encryptElx = userDir + "/" + std::to_string(userId) + ENCRYPT_VERSION_DIR; in GenerateIntegrityDirs() local614 …if (!std::filesystem::exists(versionElx, errCode) || !std::filesystem::exists(encryptElx, errCode)… in GenerateIntegrityDirs()