Searched refs:LCHOWN (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/lchown/ |
D | lchown01.c | 96 TEST(LCHOWN(cleanup, SFILE, user_id, group_id)); in main()
|
D | lchown03.c | 121 TEST(LCHOWN(cleanup, test->pathname, geteuid(), getegid())); in lchown_verify()
|
D | lchown02.c | 134 TEST(LCHOWN(cleanup, file_name, user_id, group_id)); in main()
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_tst_16.h | 148 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() function
|
D | compat_16.h | 161 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() function
|