Searched refs:hap_filepath (Results 1 – 2 of 2) sorted by relevance
43 def get_package_name(hap_filepath): argument46 if os.path.exists(hap_filepath):47 filename = os.path.basename(hap_filepath)51 os.path.dirname(hap_filepath),53 zf_desc = zipfile.ZipFile(hap_filepath)77 print("file %s not exists" % hap_filepath)
1115 def _get_package_and_ability_name(hap_filepath): argument1118 if os.path.exists(hap_filepath):1119 filename = os.path.basename(hap_filepath)1123 os.path.dirname(hap_filepath),1125 zf_desc = zipfile.ZipFile(hap_filepath)1166 print("file %s not exist" % hap_filepath)