Home
last modified time | relevance | path

Searched refs:CHOWN (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/chown/
Dchown01.c142 TEST(CHOWN(cleanup, fname, uid, gid)); in main()
Dchown05.c123 TEST(CHOWN(cleanup, TESTFILE, user_id, group_id)); in main()
Dchown03.c117 TEST(CHOWN(cleanup, TESTFILE, -1, group_id)); in main()
Dchown04.c114 TEST(CHOWN(cleanup, tc[i].pathname, user_id, group_id)); in main()
Dchown02.c144 TEST(CHOWN(cleanup, file_name, user_id, group_id)); in main()
/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h153 int CHOWN(const char *path, UID_T owner, GID_T group) in CHOWN() function
Dcompat_16.h166 int CHOWN(void (cleanup)(void), const char *path, UID_T owner, GID_T group) in CHOWN() function