Home | History | Annotate | Download | only in keystore

Lines Matching defs:saw

176     "saw",
1028 if (saw(prefix, &aliases, uid) != ::NO_ERROR) {
1158 ResponseCode saw(const android::String8& prefix, android::Vector<android::String16> *matches,
1704 int32_t saw(const String16& prefix, int targetUid, Vector<String16>* matches) {
1708 ALOGW("permission denied for %d: saw", callingUid);
1721 if (mKeyStore->saw(filename, matches, targetUid) != ::NO_ERROR) {
2003 ALOGW("permission denied for %d: saw", callingUid);
2345 if (mKeyStore->saw(prefix, &aliases, targetUid) != ::NO_ERROR) {