Home
last modified time | relevance | path

Searched refs:check_call_and_log (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/release/
Dbuild_all_channels.py36 def check_call_and_log(args): function
53 check_call_and_log(['rm', '-rf', workdir])
54 check_call_and_log(['git', 'clone', '--quiet', '--shared', ROOT_DIR, workdir])
58 check_call_and_log(['git', 'reset', '--hard', git_ref])
59 check_call_and_log(['git', 'clean', '-dfx'])
65 check_call_and_log(['tools/install-build-deps', '--ui'])
66 check_call_and_log(['ui/build'])
80 check_call_and_log(['cp', '-an', pjoin(dist_dir, version), merged_dist_dir])
93 check_call_and_log(['cp', '-an', fpath, merged_dist_dir])
110 check_call_and_log(['rm', '-rf', merged_dist_dir])
[all …]