Home
last modified time | relevance | path

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 Dhash_test.py27 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 Dutil.py62 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 Dutil.py89 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 Dunit_test.py38 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 Dcmd_test.py59 def compare_file(first_file, second_file): function