Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
DgenInit.py22 def _run_cmd(cmd): function
61 this_md5, err, returncode = _run_cmd("md5sum " + src_file + " | awk '{print $1}'")
62 last_md5, err, returncode = _run_cmd("cat " + src_md5_file)
69 …this_md5, err, returncode = _run_cmd("md5sum " + src_file + " | awk '{print $1}' >" + src_md5_file)
/third_party/grpc/tools/profiling/qps/
Dqps_diff.py77 def _run_cmd(name, scenario, fname): function
88 subprocess.check_call(_run_cmd(name, scenarios[sn], fname))