Searched refs:subprocess (Results 1 - 11 of 11) sorted by relevance

/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/tools/releasetools/
H A Dcheck_target_files_signatures51 import subprocess namespace
97 stdin=subprocess.PIPE,
98 stdout=subprocess.PIPE)
156 stdin=subprocess.PIPE,
157 stdout=subprocess.PIPE)
204 stdout=subprocess.PIPE)
H A Dcommon.py25 import subprocess namespace
74 """Create and return a subprocess.Popen object, printing the command
78 return subprocess.Popen(args, **kwargs)
302 p1 = Run(cmd, stdout=subprocess.PIPE)
343 p = Run(cmd, stdout=subprocess.PIPE)
351 p = Run(cmd, stdout=subprocess.PIPE)
409 p = Run(cmd, stdout=subprocess.PIPE)
445 stderr=subprocess.STDOUT)
455 stderr=subprocess.PIPE)
507 p = Run(cmd, stdin=subprocess
[all...]
H A Dimg_from_target_files39 import subprocess namespace
H A Dimg_from_target_files.py39 import subprocess namespace
H A Dblockimgdiff.py24 import subprocess namespace
52 p = subprocess.call(["imgdiff", "-z", srcfile, tgtfile, patchfile],
54 stderr=subprocess.STDOUT)
56 p = subprocess.call(["bsdiff", srcfile, tgtfile, patchfile])
H A Dbuild_image.py25 import subprocess namespace
42 p = subprocess.Popen(cmd)
H A Dadd_img_to_target_files35 import subprocess namespace
H A Dadd_img_to_target_files.py35 import subprocess namespace
H A Dsign_target_files_apks81 import subprocess namespace
370 stdout=subprocess.PIPE)
H A Dota_from_target_files95 import subprocess namespace

Completed in 86 milliseconds