Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DZygotePreload.java30 static private boolean testSetResUidGidBlocked(int rid, int eid, int sid, in testSetResUidGidBlocked() method in ZygotePreload
55 static private boolean testSetResUidGidBlocked(int rid, int eid, int sid) { in testSetResUidGidBlocked() method in ZygotePreload
56 return testSetResUidGidBlocked(rid, eid, sid, true /*expectBlocked */, true /* log */); in testSetResUidGidBlocked()
60 return testSetResUidGidBlocked(rid, eid, sid, false /*expectBlocked */, true /* log */); in testSetResUidGidAllowed()
64 return testSetResUidGidBlocked(rid, eid, sid, false /*expectBlocked */, false /* log */); in testSetResUidGidAllowedNoLog()
89 result &= testSetResUidGidBlocked(0, 0, 0); in doPreload()
91 result &= testSetResUidGidBlocked(Process.SYSTEM_UID, Process.SYSTEM_UID, in doPreload()
94 result &= testSetResUidGidBlocked(0, Process.SYSTEM_UID, in doPreload()
100 result &= testSetResUidGidBlocked(appStart, appStart, appStart); in doPreload()
102 result &= testSetResUidGidBlocked(appEnd, appEnd, appEnd); in doPreload()
[all …]