Searched defs:subprocess (Results 1 - 25 of 32) sorted by relevance

12

/build/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py11 import subprocess namespace
46 p = subprocess.Popen(args='jar tf %s' % jar,
47 stdout=subprocess.PIPE, shell=True)
/build/make/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py11 import subprocess namespace
46 p = subprocess.Popen(args='jar tf %s' % jar,
47 stdout=subprocess.PIPE, shell=True)
/build/make/tools/releasetools/
H A Dcheck_ota_package_signature.py25 import subprocess namespace
40 p1 = common.Run(cmd, stdout=subprocess.PIPE)
113 p1 = common.Run(cmd, stdout=subprocess.PIPE)
127 p1 = common.Run(cmd, stdout=subprocess.PIPE)
133 p1 = common.Run(cmd, stdout=subprocess.PIPE)
168 proc = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dtarget_files_diff.py28 import subprocess namespace
143 proc = subprocess.Popen(['diff', f1, f2], stdout=subprocess.PIPE,
144 stderr=subprocess.STDOUT)
H A Dadd_img_to_target_files52 import subprocess namespace
226 p = common.Run(cmd, stdout=subprocess.PIPE)
355 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
418 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
447 p = common.Run(cmd, stdout=subprocess.PIPE)
H A Dadd_img_to_target_files.py52 import subprocess namespace
226 p = common.Run(cmd, stdout=subprocess.PIPE)
355 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
418 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
447 p = common.Run(cmd, stdout=subprocess.PIPE)
H A Dbuild_image.py32 import subprocess namespace
58 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dcheck_target_files_signatures44 import subprocess namespace
92 stdin=subprocess.PIPE,
93 stdout=subprocess.PIPE)
151 stdin=subprocess.PIPE,
152 stdout=subprocess.PIPE)
203 stdout=subprocess.PIPE)
H A Dcheck_target_files_signatures.py44 import subprocess namespace
92 stdin=subprocess.PIPE,
93 stdout=subprocess.PIPE)
151 stdin=subprocess.PIPE,
152 stdout=subprocess.PIPE)
203 stdout=subprocess.PIPE)
H A Dsign_target_files_apks103 import subprocess namespace
530 p = common.Run(cmd, stdout=subprocess.PIPE)
626 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dsign_target_files_apks.py103 import subprocess namespace
530 p = common.Run(cmd, stdout=subprocess.PIPE)
626 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dtest_common.py18 import subprocess namespace
499 proc = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dblockimgdiff.py26 import subprocess namespace
47 p = common.Run(cmd, verbose=False, stdout=subprocess.PIPE,
48 stderr=subprocess.STDOUT)
868 # pattern of the code. The diffing work is done by subprocess.call, which
1531 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dota_from_target_files168 import subprocess namespace
373 get_signing_key = common.Run(cmd, verbose=False, stdout=subprocess.PIPE,
374 stderr=subprocess.STDOUT)
390 signing = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
411 # The place where the output from the subprocess should go.
412 self._log_file = sys.stdout if OPTIONS.verbose else subprocess.PIPE
437 p = common.Run(cmd, stdout=self._log_file, stderr=subprocess.STDOUT)
464 p1 = common.Run(cmd, stdout=self._log_file, stderr=subprocess.STDOUT)
481 p1 = common.Run(cmd, stdout=self._log_file, stderr=subprocess
[all...]
/build/tools/releasetools/
H A Dcheck_ota_package_signature.py25 import subprocess namespace
40 p1 = common.Run(cmd, stdout=subprocess.PIPE)
113 p1 = common.Run(cmd, stdout=subprocess.PIPE)
127 p1 = common.Run(cmd, stdout=subprocess.PIPE)
133 p1 = common.Run(cmd, stdout=subprocess.PIPE)
168 proc = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dtarget_files_diff.py28 import subprocess namespace
143 proc = subprocess.Popen(['diff', f1, f2], stdout=subprocess.PIPE,
144 stderr=subprocess.STDOUT)
H A Dadd_img_to_target_files52 import subprocess namespace
226 p = common.Run(cmd, stdout=subprocess.PIPE)
355 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
418 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
447 p = common.Run(cmd, stdout=subprocess.PIPE)
H A Dadd_img_to_target_files.py52 import subprocess namespace
226 p = common.Run(cmd, stdout=subprocess.PIPE)
355 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
418 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
447 p = common.Run(cmd, stdout=subprocess.PIPE)
H A Dbuild_image.py32 import subprocess namespace
58 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
H A Dcheck_target_files_signatures44 import subprocess namespace
92 stdin=subprocess.PIPE,
93 stdout=subprocess.PIPE)
151 stdin=subprocess.PIPE,
152 stdout=subprocess.PIPE)
203 stdout=subprocess.PIPE)
H A Dcheck_target_files_signatures.py44 import subprocess namespace
92 stdin=subprocess.PIPE,
93 stdout=subprocess.PIPE)
151 stdin=subprocess.PIPE,
152 stdout=subprocess.PIPE)
203 stdout=subprocess.PIPE)
H A Dsign_target_files_apks103 import subprocess namespace
530 p = common.Run(cmd, stdout=subprocess.PIPE)
626 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dsign_target_files_apks.py103 import subprocess namespace
530 p = common.Run(cmd, stdout=subprocess.PIPE)
626 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dtest_common.py18 import subprocess namespace
499 proc = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dblockimgdiff.py26 import subprocess namespace
47 p = common.Run(cmd, verbose=False, stdout=subprocess.PIPE,
48 stderr=subprocess.STDOUT)
868 # pattern of the code. The diffing work is done by subprocess.call, which
1531 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

Completed in 123 milliseconds

12