Home
last modified time | relevance | path

Searched refs:compare_target_files (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/idl_tool/test/hdi_unittest/base/
H A D__init__.py22 from .util import get_time_stamp, print_success, print_failure, compare_target_files, exec_command, file_exists namespace
H A Dtest_base.py20 from .util import exec_command, compare_target_files, get_all_idl_files namespace
184 if compare_target_files(self.output_dir, self.target_dir, special_proc_func):
H A Dutil.py24 __all__ = ["get_time_stamp", "print_success", "print_failure", "compare_target_files", "exec_command", "file_exists",
106 def compare_target_files(first_file_path, second_file_path, special_proc_func=None): function
/foundation/ability/idl_tool/test/sa_test/
H A Dtest_base.py23 from util import exec_command, compare_target_files, file_exists namespace
128 return compare_target_files(self.output_dir, self.target_dir)
H A Dutil.py68 def compare_target_files(first_file_path, second_file_path): function

Completed in 3 milliseconds