Home
last modified time | relevance | path

Searched refs:_args (Results 1 - 4 of 4) sorted by relevance

/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dbase_rule.py27 self._args = args
39 if self._args and self._args.rules:
40 rules_dir = rules_dir + self._args.rules
/developtools/integration_verification/tools/deps_guard/rules_checker/
H A Dbase_rule.py28 self._args = args
34 if self._args and self._args.rules:
35 rules_dir = rules_dir + self._args.rules
H A Dchipsetsdk.py42 if self._args and self._args.rules:
43 self.log("****add more ChipsetSDK info in:{}****".format(self._args.rules))
44 rules_dir = rules_dir + self._args.rules
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dconfig.py61 _args = parse_args() variable
66 product_name = _args.product_name
70 project_path = BasicTool.abspath(_args.oh_path)
71 recollect_gn = _args.recollect_gn
72 baseline = _args.baseline
73 unit_adapt = _args.unit_adaptive
74 output_file = _args.output_file
75 _recollect_sc = _args.recollect_sc

Completed in 2 milliseconds