Searched defs:cwd (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | script.py | 160 def runShellCommand(command, log=None, cwd=None, env=None): argument 164 def runShellCommandSeq(commandseq, log=None, cwd=None, env=None): argument 209 …(command, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, env=None, log… argument 216 …mmandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, env=None, log… argument 236 def runInShell(commandseq, log, cwd, env): argument
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 55 def runShellCommand(command, cwd = None, log = True): argument
|