Home
last modified time | relevance | path

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

/external/kmod/tools/
Dremove.c85 static int do_remove(int argc, char *argv[]) in do_remove() function
148 .cmd = do_remove,
Dmodprobe.c727 int do_remove = 0; in do_modprobe() local
749 do_remove = 1; in do_modprobe()
889 else if (do_remove) in do_modprobe()
/external/toybox/toys/pending/
Dcrontab.c222 static void do_remove(char *name) in do_remove() function
355 else if (toys.optflags & FLAG_r) do_remove(pwd->pw_name); in crontab_main()
/external/python/cpython2/Demo/pdist/
Drcvs.py446 def do_remove(self, opts, files): member in rcvs
453 do_rm = do_remove