Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown05.c40 gid_t expect_gid = tc[i].gid == (uid_t)-1 ? tc[i - 1].gid : tc[i].gid; in run() local
46 if (stat_buf.st_uid != expect_uid || stat_buf.st_gid != expect_gid) { in run()
48 TESTFILE, expect_uid, expect_gid); in run()
/third_party/ltp/testcases/kernel/syscalls/fchown/
Dfchown05.c42 gid_t expect_gid = tc[i].gid == (uid_t)-1 ? tc[i - 1].gid : tc[i].gid; in run() local
48 if (stat_buf.st_uid != expect_uid || stat_buf.st_gid != expect_gid) { in run()
50 TESTFILE, expect_uid, expect_gid); in run()