Searched refs:testSetResUidGidBlocked (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | ZygotePreload.java | 28 static private boolean testSetResUidGidBlocked(int rid, int eid, int sid) { in testSetResUidGidBlocked() method in ZygotePreload 80 result &= testSetResUidGidBlocked(0, 0, 0); in doPreload() 82 result &= testSetResUidGidBlocked(Process.SYSTEM_UID, Process.SYSTEM_UID, in doPreload() 85 result &= testSetResUidGidBlocked(0, Process.SYSTEM_UID, in doPreload() 89 result &= testSetResUidGidBlocked(Process.FIRST_APPLICATION_UID, in doPreload() 91 result &= testSetResUidGidBlocked(Process.LAST_APPLICATION_UID, in doPreload() 95 result &= testSetResUidGidBlocked(Process.FIRST_ISOLATED_UID, in doPreload() 97 result &= testSetResUidGidBlocked(Process.LAST_ISOLATED_UID, Process.LAST_ISOLATED_UID, in doPreload() 106 result &= testSetResUidGidBlocked(Process.FIRST_APP_ZYGOTE_ISOLATED_UID - 1, in doPreload() 111 result &= testSetResUidGidBlocked(Process.FIRST_APP_ZYGOTE_ISOLATED_UID, 0, 0); in doPreload() [all …]
|