Searched defs:kKeystoreGrantInfix (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dgrant_store.cpp25 static const char* kKeystoreGrantInfix = "_KEYSTOREGRANT_"; member in namespace:keystore
34 auto pos = grantAlias.rfind(kKeystoreGrantInfix);
47 s << alias << kKeystoreGrantInfix; local

Completed in 60 milliseconds