Searched refs:PATH_KEY_VERSION (Results 1 – 3 of 3) sorted by relevance
249 a.length() < PATH_KEY_VERSION.length() || in DoDecryptClassE()250 b.length() < PATH_KEY_VERSION.length()) { in DoDecryptClassE()254 …return std::stoi(a.substr(PATH_KEY_VERSION.size() - 1)) >std::stoi(b.substr(PATH_KEY_VERSION.size(… in DoDecryptClassE()
38 const std::string PATH_KEY_VERSION = "/version_"; variable156 auto prefix = PATH_KEY_VERSION.substr(1); // skip the first slash in GetCandidateVersion()182 return dir_ + PATH_KEY_VERSION + std::to_string(candidate); in GetCandidateDir()189 return dir_ + PATH_KEY_VERSION + std::to_string(candidate + 1); in GetNextCandidateDir()502 a.length() < PATH_KEY_VERSION.length() || in StoreKey()503 b.length() < PATH_KEY_VERSION.length()) { in StoreKey()507 …return std::stoi(a.substr(PATH_KEY_VERSION.size() - 1)) > std::stoi(b.substr(PATH_KEY_VERSION.size… in StoreKey()
33 const std::string PATH_KEY_VERSION = "/version_"; variable