Searched refs:runCommandInShell (Results 1 – 3 of 3) sorted by relevance
43 fun <T> runCommandInShell( in <lambda>() method62 fun runCommandInShell( in runCommandInShell() method65 ) = runCommandInShell(cmd, shell) { stdout -> in runCommandInShell()78 ) = runCommandInShell(cmd, shell = "su root sh")
452 runCommandInShell(c, shell, outputProcessor) in <lambda>()
55 import com.android.testutils.runCommandInShell148 val originalSize = runCommandInShell("cat $tracePath/buffer_size_kb").trim() in setUpClass()