Searched refs:lsOutput (Results 1 – 1 of 1) sorted by relevance
212 String lsOutput = getDevice().executeShellCommand("ls -1 " + taskPath); in lookForTidsInProcess() local213 assertNotNull("Unexpected empty directory " + taskPath, lsOutput); in lookForTidsInProcess()215 String[] threads = lsOutput.split("\\s+"); in lookForTidsInProcess()