Searched refs:exp_uid (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown03.c | 31 static void check_owner(struct stat *s, uid_t exp_uid, gid_t exp_gid) in check_owner() argument 33 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner() 36 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown03.c | 37 static void check_owner(struct stat *s, uid_t exp_uid, gid_t exp_gid) in check_owner() argument 39 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner() 41 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
|
Completed in 1 milliseconds