Home
last modified time | relevance | path

Searched refs:capStrCapNum (Results 1 – 1 of 1) sorted by relevance

/base/startup/init/services/init/
Dinit_capability.c35 static const CapStrCapNum capStrCapNum[] = { in GetCapByString() local
78 int mapSize = (int)ARRAY_LENGTH(capStrCapNum); in GetCapByString()
81 if ((strcmp(capStr, capStrCapNum[j].capStr) == 0) || in GetCapByString()
83 (strcmp(capStr + capLen, capStrCapNum[j].capStr) == 0))) { in GetCapByString()
84 return capStrCapNum[j].CapNum; in GetCapByString()