Searched refs:AID_ISOLATED_END (Results 1 – 7 of 7) sorted by relevance
6 ### and AID_ISOLATED_END (99999).
209 # All apps with UID between AID_ISOLATED_START (99000) and AID_ISOLATED_END (99999).
229 #define AID_ISOLATED_END 99999 /* end of uids for fully isolated sandboxed processes */ macro
8 ### and AID_ISOLATED_END (99999).
232 if (!ret && uid >= AID_ISOLATED_START && uid <= AID_ISOLATED_END) { in RemoveCgroup()