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

/system/security/keystore/
H A DIKeystoreService.cpp132 virtual int32_t del(const String16& name, int uid) function in class:android::BpKeystoreService
140 ALOGD("del() could not contact remote: %d\n", status);
146 ALOGD("del() caught exception %d\n", err);
638 int32_t ret = del(name, uid);
H A Dkeystore.cpp1504 int32_t del(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
1507 ALOGW("permission denied for %d: del", callingUid);

Completed in 24 milliseconds