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