Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp32 #define PER_USER_RANGE 100000 macro
82 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()