Lines Matching refs:expect_success
232 static bool test_userns(bool expect_success) in test_userns() argument
259 return success == expect_success; in test_userns()
266 static void test_setuid(uid_t child_uid, bool expect_success) in test_setuid() argument
292 if (expect_success) { in test_setuid()
298 if (expect_success) { in test_setuid()
306 if (expect_success) in test_setuid()
322 static void test_setgid(gid_t child_gid, bool expect_success) in test_setgid() argument
348 if (expect_success) { in test_setgid()
354 if (expect_success) { in test_setgid()
362 if (expect_success) in test_setgid()
378 static void test_setgroups(gid_t* child_groups, size_t len, bool expect_success) in test_setgroups() argument
413 if (expect_success) { in test_setgroups()
419 if (expect_success) { in test_setgroups()
427 if (expect_success) in test_setgroups()