Home
last modified time | relevance | path

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

/system/security/keystore/
Dgrant_store.cpp32 static std::pair<uint64_t, std::string> parseGrantAlias(const std::string& grantAlias) { in parseGrantAlias() argument
33 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()