Home | History | Annotate | Download | only in keystore

Lines Matching defs:exist

499     virtual int32_t exist(const String16& name, int uid)
505 status_t status = remote()->transact(BnKeystoreService::EXIST, data, &reply);
507 ALOGD("exist() could not contact remote: %d\n", status);
513 ALOGD("exist() caught exception %d\n", err);
1322 case EXIST: {
1326 int32_t ret = exist(name, uid);