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

  /external/toybox/toys/lsb/
pidof.c 42 names_to_pid(toys.optargs, print_pid);
killall.c 92 names_to_pid(TT.names, kill_process);
  /external/toybox/toys/pending/
bootchartd.c 273 names_to_pid(process_name, push_pids_in_list);
  /external/toybox/lib/
lib.h 333 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name));
lib.c 1015 void names_to_pid(char **names, int (*callback)(pid_t pid, char *name)) function

Completed in 95 milliseconds