Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
DgenInit.py59 def _need_rebuild(src_file, dest_file, src_md5_file): argument
60 if os.path.exists(src_file) and os.path.exists(dest_file) and os.path.exists(src_md5_file):
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)
97 src_md5_file = os.path.join(md5_path, filter_file + ".md5")
99 need_rebuild = _need_rebuild(src_path, dst_path, src_md5_file)