Searched refs:target_type_dir (Results 1 – 1 of 1) sorted by relevance
86 def _gen_checkfile(self, check_file_dir, target_type_dir, target_type): argument87 subsystem_list = os.listdir(target_type_dir)89 subsystem_dir = os.path.join(target_type_dir, subsystem_name)103 target_type_dir = os.path.join(sdk_base_dir, target_type)104 if not os.path.isdir(target_type_dir) or target_type.startswith(114 self._gen_checkfile(check_file_dir, target_type_dir, target_type)