Home
last modified time | relevance | path

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

/ohos5.0/build/hb/modules/
H A Dohos_clean_module.py52 for phase_arg in [arg for arg in self.args_dict.values()if arg.arg_phase == phase]:
H A Dohos_build_module.py116 for phase_arg in [arg for arg in self.args_dict.values()if arg.arg_phase == phase]:
/ohos5.0/build/hb/containers/
H A Darg.py185 def arg_phase(self): member in Arg
201 arg_phase = BuildPhase.get_type(str(data['arg_phase']))
221 … return Arg(arg_name, arg_help, arg_phase, arg_attibute, arg_type, arg_value, resolve_function)
/ohos5.0/build/docs/
H A Dhow-to-add-a-build-parameter.md41 "arg_phase": "prebuild",