HomeSort by relevance Sort by last modified time
    Searched full:ppid_filter (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
ps.c 40 static int ppid_filter = 0; variable
157 if(ppid_filter != 0 && ppid != ppid_filter) {
285 ppid_filter = atoi(argv[2]);
286 if (ppid_filter == 0) {

Completed in 148 milliseconds