Home
last modified time | relevance | path

Searched refs:psOut (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java1502 CollectingOutputReceiver psOut = new CollectingOutputReceiver(); in createProcMap() local
1504 tDevice.executeShellCommand("toybox ps -A -o label,user,pid,ppid,cmdline", psOut); in createProcMap()
1505 String psOutString = psOut.getOutput(); in createProcMap()