Searched refs:commandLine (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | remote-exec.py | 69 commandLine = args.command 74 execdir, _ = os.path.split(commandLine[0]) 95 for exe in filter(isExecutable, commandLine): 127 for x in commandLine: 134 for exe in filter(isExecutable, commandLine): 141 for i, x in enumerate(commandLine): 143 commandLine[i] = pathOnRemote(x) 147 remoteCommands.append(subprocess.list2cmdline(commandLine))
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | ssh.py | 53 commandLine = args.command 72 for exe in filter(isTestExe, commandLine): 102 for exe in map(pathOnRemote, filter(isTestExe, commandLine)): 109 commandLine = (pathOnRemote(x) if isTestExe(x) else x for x in commandLine) 113 remoteCommands.append(subprocess.list2cmdline(commandLine))
|
| H A D | run.py | 29 commandLine = args.command 41 for exe in filter(isTestExe, commandLine): 56 return subprocess.call(commandLine, cwd=args.execdir, env=env, shell=False)
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/nlm/ |
| H A D | prelude.c | 43 char *commandLine, in _Prelude() argument 56 commandLine, in _Prelude()
|