HomeSort by relevance Sort by last modified time
    Searched refs:cmd_to_run (Results 1 - 2 of 2) sorted by null

  /external/pdfium/testing/tools/
test_runner.py 110 cmd_to_run = [self.pdfium_test_path, pdf_path]
111 subprocess.check_call(cmd_to_run, stdout=outfile)
118 cmd_to_run = [self.pdfium_test_path, '--send-events', '--png']
120 cmd_to_run.append('--md5')
121 cmd_to_run.append(pdf_path)
122 return common.RunCommandExtractHashedFiles(cmd_to_run)
  /external/fio/tools/
genfio 68 -A cmd_to_run : System command to run after each job (exec_postrun in fio)
69 -B cmd_to_run : System command to run before each job (exec_prerun in fio)

Completed in 166 milliseconds