Searched refs:executeSystemShellCommand (Results 1 – 1 of 1) sorted by relevance
213 executeSystemShellCommand("mkdir " + FAKE_HIDRAW_DIR); in setup()215 !executeSystemShellCommand("ls -l " + FAKE_HIDRAW_DIR).isEmpty()); in setup()250 executeSystemShellCommand("rm -rf " + FAKE_HIDRAW_DIR); in cleanup()334 private static String executeSystemShellCommand(String command) throws Exception { in executeSystemShellCommand() method in BrailleDisplayControllerTest352 executeSystemShellCommand("touch " + path); in createFakeHidrawNode()354 !executeSystemShellCommand("ls " + path).isEmpty()); in createFakeHidrawNode()426 fileContents.set(executeSystemShellCommand("cat " + filePath)); in expectFileContents()831 executeSystemShellCommand("echo -n " + input1 + " >> " + hidraw1 in onInput()