Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown05.c39 uid_t expect_uid = tc[i].uid == (uid_t)-1 ? tc[i - 1].uid : tc[i].uid; 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.c41 uid_t expect_uid = tc[i].uid == (uid_t)-1 ? tc[i - 1].uid : tc[i].uid; 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()