Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dproject_config.py84 self.exclude_paths = args.exclude_paths
92 self.exclude_paths = _transform_exclusive_paths(
93 self.atest_module_info, self.exclude_paths)
165 def _transform_exclusive_paths(atest_module_info, exclude_paths): argument
174 if not exclude_paths:
177 for path in exclude_paths:
Dproject_config_unittest.py74 self.assertEqual(config.exclude_paths, None)
85 self.assertEqual(config.exclude_paths, None)
/tools/asuite/aidegen/project/
Dsource_splitter_unittest.py238 config.exclude_paths = []
243 config.exclude_paths = ['a']
Dsource_splitter.py244 excludes = project_config.ProjectConfig.get_instance().exclude_paths