Searched refs:compare_file (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/ |
H A D | hash_test.py | 27 def compare_file(first_file, second_file): function 92 if compare_file(temp_hash_file_path, result_hash_file_path):
|
/ohos5.0/foundation/ability/idl_tool/test/sa_test/ |
H A D | util.py | 62 def compare_file(first_file_path, second_file_path): function 81 …if not compare_file("{}{}".format(first_file_path, files), "{}{}.txt".format(second_file_path, fil…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/base/ |
H A D | util.py | 89 def compare_file(first_file_path, second_file_path, special_proc_func=None): function 134 if not compare_file("{}{}".format(first_file_path, files),
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/ |
H A D | unit_test.py | 38 def compare_file(first_file_path, second_file_path): function 54 …if not compare_file("{}{}".format(first_file_path, files), "{}{}.txt".format(second_file_path, fil…
|
/ohos5.0/foundation/ability/idl_tool/test/cmd_test/ |
H A D | cmd_test.py | 59 def compare_file(first_file, second_file): function
|