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

/system/security/keystore/
H A DIKeystoreService.cpp152 virtual int32_t exist(const String16& name, int uid) function in class:android::BpKeystoreService
160 ALOGD("exist() could not contact remote: %d\n", status);
166 ALOGD("exist() caught exception %d\n", err);
647 int32_t ret = exist(name, uid);
H A Dkeystore.cpp1163 * Returns any existing UserState or creates it if it doesn't exist.
1189 * Returns NULL if the UserState doesn't already exist.
1529 int32_t exist(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
1532 ALOGW("permission denied for %d: exist", callingUid);

Completed in 50 milliseconds