Searched refs:grantAlias (Results 1 – 1 of 1) sorted by relevance
32 static std::pair<uint64_t, std::string> parseGrantAlias(const std::string& grantAlias) { in parseGrantAlias() argument33 auto pos = grantAlias.rfind(kKeystoreGrantInfix); in parseGrantAlias()35 std::stringstream s(grantAlias.substr(pos + kKeystoreGrantInfixLength)); in parseGrantAlias()36 std::string wrapped_alias = grantAlias.substr(0, pos); in parseGrantAlias()