Searched refs:psOut (Results 1 – 1 of 1) sorted by relevance
1502 CollectingOutputReceiver psOut = new CollectingOutputReceiver(); in createProcMap() local1504 tDevice.executeShellCommand("toybox ps -A -o label,user,pid,ppid,cmdline", psOut); in createProcMap()1505 String psOutString = psOut.getOutput(); in createProcMap()