Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/
H A Dhcgen_test.py52 def text_file_compare(file_a, file_target): argument
56 with open(file_a, 'r') as f_a:
63 def binary_file_compare(file_a, file_target, skip_size=0, argument
68 with open(file_a, 'rb') as f_a: