Home
last modified time | relevance | path

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

/base/startup/appspawn_lite/services/src/
Dappspawn_process.c43 #define LOWER_BOUND_GID 100 macro
97 if (gID >= LOWER_BOUND_GID && gID <= UPPER_BOUND_GID) { in SetPerms()
/base/startup/appspawn/lite/
Dappspawn_process.c41 #define LOWER_BOUND_GID 100 macro
117 … if (appProperty->message.gID >= LOWER_BOUND_GID && appProperty->message.gID <= UPPER_BOUND_GID) { in SetUidGid()