Searched refs:lsOutput (Results 1 – 1 of 1) sorted by relevance
38 String lsOutput = device.executeShellCommand("ls -F /proc | grep /$"); // directories only in RootProcessScanner() local39 String[] lines = lsOutput.split("/?\r?\n"); // split by line, shave "/" suffix if present in RootProcessScanner()