HomeSort by relevance Sort by last modified time
    Searched refs:_PATH_RM (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/mv/
pathnames.h 35 #define _PATH_RM "/system/bin/rm"
39 #define _PATH_RM RESCUEDIR "/rm"
42 #define _PATH_RM "/bin/rm"
mv.c 368 execl(_PATH_RM, "mv", "-rf", "--", from, NULL);
369 warn("%s", _PATH_RM);
373 warn("%s: waitpid", _PATH_RM);
377 warnx("%s: did not terminate normally", _PATH_RM);
382 _PATH_RM, WEXITSTATUS(status));

Completed in 101 milliseconds