Home
last modified time | relevance | path

Searched refs:LCHOWN (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/lchown/
Dlchown01.c96 TEST(LCHOWN(cleanup, SFILE, user_id, group_id)); in main()
Dlchown03.c121 TEST(LCHOWN(cleanup, test->pathname, geteuid(), getegid())); in lchown_verify()
Dlchown02.c134 TEST(LCHOWN(cleanup, file_name, user_id, group_id)); in main()
/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h148 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() function
Dcompat_16.h161 int LCHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in LCHOWN() function