Searched refs:runShellCmd (Results 1 – 3 of 3) sorted by relevance
65 runShellCmd("cmd blob_store clear-all-sessions"); in tearDown()66 runShellCmd("cmd blob_store clear-all-blobs"); in tearDown()288 private static String runShellCmd(String cmd) throws IOException { in runShellCmd() method in BlobStoreBackendTest
151 MddTestUtil.runShellCmd("cmd blob_store clear-all-sessions"); in tearDown()152 MddTestUtil.runShellCmd("cmd blob_store clear-all-blobs"); in tearDown()
246 public static String runShellCmd(String cmd) throws IOException { in runShellCmd() method in MddTestUtil