Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py43 def get_package_name(hap_filepath): argument
46 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)
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py1115 def _get_package_and_ability_name(hap_filepath): argument
1118 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)