Searched refs:lsof_pid (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/pending/
H A Dlsof.c384 static void lsof_pid(int pid, struct stat *st) function
419 if ((pid = atol(node->name))) lsof_pid(pid, &node->st);
442 lsof_pid(pid, 0);

Completed in 185 milliseconds