Searched refs:prefix (Results 26 - 27 of 27) sorted by relevance

12

/system/security/keystore/
H A Dkeystore.cpp246 * that Base64 cannot be used here due to the need of prefix match on keys. */
1551 int32_t saw(const String16& prefix, int targetUid, Vector<String16>* matches) { argument
1571 const String8 prefix8(prefix);
2256 char prefix[NAME_MAX]; local
2257 int n = snprintf(prefix, NAME_MAX, "%u_", static_cast<uid_t>(targetUid));
2273 if (strncmp(prefix, file->d_name, n)) {
/system/core/sh/
H A Djobs.c735 || prefix(name + 1, jp->ps[0].cmd)) {

Completed in 125 milliseconds

12