Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dchmod.c42 static int do_chmod(struct dirtree *try)
64 for (file = toys.optargs+1; *file; file++) dirtree_read(*file, do_chmod); in chmod_main()
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c238 void do_chmod(struct all_test_cases *tc_ptr);
1000 do_chmod(tc_ptr); in do_syscalltests()
1625 void do_chmod(struct all_test_cases *tc_ptr) in do_chmod() function