Searched refs:PER_USER_RANGE (Results 1 – 1 of 1) sorted by relevance
32 #define PER_USER_RANGE 100000 macro82 jint userId = getuid() / PER_USER_RANGE; in testSetresuidBlocked()83 jint userRuid = userId * PER_USER_RANGE + ruid; in testSetresuidBlocked()84 jint userEuid = userId * PER_USER_RANGE + euid; in testSetresuidBlocked()85 jint userSuid = userId * PER_USER_RANGE + suid; in testSetresuidBlocked()91 jint userId = getuid() / PER_USER_RANGE; in testSetresgidBlocked()92 jint userRgid = userId * PER_USER_RANGE + rgid; in testSetresgidBlocked()93 jint userEgid = userId * PER_USER_RANGE + egid; in testSetresgidBlocked()94 jint userSgid = userId * PER_USER_RANGE + sgid; in testSetresgidBlocked()