Searched refs:subprocess (Results 1 – 18 of 18) sorted by relevance
/external/webkit/WebKitTools/BuildSlaveSupport/ |
D | built-product-archive | 26 import optparse, os, shutil, subprocess, sys 63 …return subprocess.call(["ditto", "-c", "-k", "--keepParent", "--sequesterRsrc", configurationBuild… 73 if subprocess.call(["cp", "-R", binDirectory, thinBinDirectory]): 76 if subprocess.call("rm -f %s" % os.path.join(thinBinDirectory, "*.ilk"), shell=True): 79 if subprocess.call(["zip", "-r", archiveFile, "bin"], cwd=thinDirectory): 95 if subprocess.call(["ditto", "-x", "-k", archiveFile, buildDirectory]): 106 safariPath = subprocess.Popen('cygpath -w "$PROGRAMFILES"/Safari', 107 shell=True, stdout=subprocess.PIPE).communicate()[0].strip() 109 …if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (safariPath, safariPath, binDirectory)… 112 if subprocess.call(["unzip", "-o", archiveFile], cwd=buildDirectory):
|
D | test-result-archive | 26 import optparse, os, shutil, subprocess, sys 67 … if subprocess.call(["ditto", "-c", "-k", "--sequesterRsrc", layoutTestResultsDir, archiveFile]): 70 if subprocess.call(["zip", "-r", archiveFile, "."], cwd=layoutTestResultsDir):
|
/external/webkit/V8Binding/v8/tools/ |
D | linux-tick-processor.py | 33 import subprocess, re, sys, tickprocessor 41 process = subprocess.Popen(command, shell=True, 42 stdout=subprocess.PIPE, 43 stderr=subprocess.STDOUT)
|
D | run-valgrind.py | 33 import subprocess 48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
|
D | presubmit.py | 36 import subprocess 151 process = subprocess.Popen(command)
|
D | test.py | 38 import subprocess 436 popen_args = '"' + subprocess.list2cmdline(args) + '"' 444 process = subprocess.Popen(
|
/external/gtest/test/ |
D | gtest_test_utils.py | 41 import subprocess 152 p = subprocess.Popen(command, 153 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
|
/external/webkit/WebKitTools/Scripts/modules/ |
D | scm.py | 34 import subprocess 92 stdin = subprocess.PIPE if input else None 93 process = subprocess.Popen(args, stdout=subprocess.PIPE, stdin=stdin, cwd=cwd) 126 curl_process = subprocess.Popen(['curl', patch['url']], stdout=subprocess.PIPE) 130 patch_apply_process = subprocess.Popen(args, stdin=curl_process.stdout)
|
D | scm_unittest.py | 30 import subprocess 106 git_svn_clone = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
D | bugzilla.py | 35 import subprocess 74 …keychain_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, she… 98 …config_process = subprocess.Popen("git config --get bugzilla." + key, stdout=subprocess.PIPE, shel…
|
/external/webkit/WebKitTools/wx/build/ |
D | waf_extensions.py | 27 import subprocess 57 proc = subprocess.Popen(s, **kw)
|
/external/ppp/pppd/ |
D | main.c | 223 struct subprocess { struct 228 struct subprocess *next; argument 231 static struct subprocess *children; 605 struct subprocess *chp; 1730 struct subprocess *chp; 1734 chp = (struct subprocess *) malloc(sizeof(struct subprocess)); 1755 struct subprocess *chp; 1773 struct subprocess *chp, **prevp; in reap_kids()
|
/external/webkit/WebKitTools/wx/packaging/ |
D | build-win-installer.py | 31 from subprocess import *
|
/external/webkit/WebKitTools/Scripts/ |
D | bugzilla-tool | 37 import subprocess 294 child_stdout = subprocess.PIPE if quiet else None 295 child_process = subprocess.Popen(args, stdout=child_stdout)
|
/external/zlib/ |
D | FAQ | 85 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 3598 os.system and subprocess.popen use SCM.run_command instead.
|
D | ChangeLog-2009-06-16 | 357 from, but we were closing the pipe to the subprocess before SVN had finished 23685 Use correct bits of subprocess exit code when passing back through
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 5178 decrement running subprocess counter only if g_source_remove()
|