Lines Matching full:path
46 if os.path.exists(hap_filepath):
47 filename = os.path.basename(hap_filepath)
50 hap_bak_path = os.path.abspath(os.path.join(
51 os.path.dirname(hap_filepath),
55 zf_desc.extractall(path=hap_bak_path)
61 app_profile_path = os.path.join(hap_bak_path, "config.json")
62 if os.path.isfile(app_profile_path):
74 if os.path.exists(hap_bak_path):
159 def check_path_legal(cls, path):
160 if path and " " in path:
161 return "\"%s\"" % path
162 return path