Lines Matching defs:subprocess
17 import subprocess
50 subprocess.check_call([
55 subprocess.check_call(['cmake', '--build', library_build_dir,
64 subprocess.check_call(['git', 'init'])
65 subprocess.check_call(['git', 'fetch', PSA_ARCH_TESTS_REPO, PSA_ARCH_TESTS_REF])
66 subprocess.check_call(['git', 'checkout', 'FETCH_HEAD'])
80 subprocess.check_call([
90 subprocess.check_call(['cmake', '--build', '.'])
92 proc = subprocess.Popen(['./psa-arch-tests-crypto'],
93 bufsize=1, stdout=subprocess.PIPE, universal_newlines=True)