Lines Matching refs:options
35 options, _ = parser.parse_args(args)
36 build_utils.check_options(options,
40 return options, parser
44 options, _ = _parse_args(args)
45 if not os.path.exists(os.path.dirname(options.module_list_file)):
46 os.makedirs(os.path.dirname(options.module_list_file), exist_ok=True)
47 with open(options.module_list_file, 'w') as f:
49 'target': options.target,
50 'label': options.target_label,
51 'source_directory': options.source_dir,
52 'output_directory': options.output_dir,
53 'test_type': options.test_type