Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/grep/
Dutil.c288 regmatch_t matches[MAX_LINE_MATCHES]; in procline() local
443 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline()
/system/security/keystore/
Dkeystore_cli.cpp149 Vector<String16> matches; in saw() local
DIKeystoreService.cpp172 virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches) in saw()
656 Vector<String16> matches; in onTransact() local
Dkeystore.cpp1551 int32_t saw(const String16& prefix, int targetUid, Vector<String16>* matches) { in saw()