Searched defs:check_call (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/
H A Dupdate.py74 def check_call(cmd): function
75 """Proxy for subprocess.check_call with logging."""
77 logger().debug('check_call `%s`', ' '.join(cmd))
78 subprocess.check_call(cmd)
91 check_call(cmd)
98 check_call(['repo', 'start', branch_name, '.'])
104 check_call(['git', 'add'] + add_paths)
109 check_call(['git', 'commit', '-m', message])
116 check_call(['git', 'rm', '-rf', '--ignore-unmatch', install_dir])
141 check_call(['stri
[all...]

Completed in 205 milliseconds