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

/system/security/keystore/
H A Dkeystore.cpp114 const char* c_str() const { function in class:ValueString
638 grant_t *grant = getGrant(keyString.c_str(), uid);
650 return getGrant(keyString.c_str(), uid) != NULL;
770 *uid = strtol(uidString.c_str(), &end, 10);
1119 ALOGV("get_pubkey '%s' from uid %d", ValueString(keyName).c_str(), uid);
1179 ALOGV("sign %s from uid %d", ValueString(keyName).c_str(), uid);

Completed in 94 milliseconds