Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/
H A Dupdate_case.py51 hcgen_path = os.path.abspath(sys.argv[1])
52 if hcgen_path.find('hc-gen') >= 0 and os.access(hcgen_path, os.X_OK):
54 return hcgen_path
64 if not os.access(hcgen_path, os.X_OK):
66 if not os.access(hcgen_path, os.X_OK):
70 return hcgen_path
95 def gen_decompile_golden(hcgen_path, case_name): argument
118 def build_binary(hcgen_path, case_name): argument
147 def build_text(hcgen_path, case_name): argument
175 def build_macro(hcgen_path, case_name): argument
[all …]
H A Dhcgen_test.py83 hcgen_path = os.path.abspath(sys.argv[1])
84 if hcgen_path.find('hc-gen') >= 0 and os.access(hcgen_path, os.X_OK):
85 TestConfig.HCGEN = hcgen_path
86 print('use specified hsc:' + hcgen_path)