Lines Matching refs:path
29 f.extractall(path=out_src_path)
119 md5_path = os.path.join(out_path, pf.replace(".patch", ".md5"))
121 f.write(compute_md5(os.path.join(folder_path, pf)))
125 if not os.path.exists(md5_path):
139 if not os.path.exists(os.path.join(patch_path, md5_file.replace(".md5", ".patch"))):
141 with open(os.path.join(md5_path, md5_file), 'r') as f:
143 if (origin_v != compute_md5(os.path.join(patch_path, md5_file.replace(".md5", ".patch")))):
149 if not os.path.exists(os.path.join(out_src_path, ".status")):
162 in_zip_path = os.path.realpath(args['in_zip_path'])
164 patch_dir = os.path.realpath(args['patch_dir'])
166 md5_dir = os.path.join(out_src_path, "patches_md5")
169 if os.path.exists(out_src_path):
173 if os.path.exists(os.path.join(out_src_path, ".status")):
174 print("patch files not changed and " + os.path.join(out_src_path, ".status") + " exists.")
178 out_src_path = os.path.realpath(out_src_path)