Home
last modified time | relevance | path

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

/third_party/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()
/third_party/toybox/porting/liteos_a/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()
/third_party/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