Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dchcon.c24 static int do_chcon(struct dirtree *try) in do_chcon() function
43 for (file = toys.optargs+1; *file; file++) dirtree_read(*file, do_chcon); in chcon_main()