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

  /external/chromium_org/tools/valgrind/
browser_wrapper_win.py 23 cmd_to_run = sys.argv[1:] variable
30 logdir_idx = cmd_to_run.index("-logdir")
31 old_logdir = cmd_to_run[logdir_idx + 1]
41 cmd_to_run[logdir_idx + 1] += "\\testcase.%s.logs" % wrapper_pid
42 os.makedirs(cmd_to_run[logdir_idx + 1])
49 exit(subprocess.call(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 179 milliseconds