Lines Matching refs:regist_flag
50 build_executor.regist_flag('cpu', target_arg.arg_value)
54 build_executor.regist_flag('cpu', arg.get("argDefault"))
60 build_executor.regist_flag('os', target_arg.arg_value)
64 build_executor.regist_flag('os', arg.get("argDefault"))
85 build_executor.regist_flag('path', ','.join(bundle_path_list))
90 build_executor.regist_flag('path', bundle_path)
101 build_executor.regist_flag('path', bundle_path)
109 build_executor.regist_flag('defaultDeps', ComponentUtil.get_default_deps(target_arg.arg_value))
110 build_executor.regist_flag('variant', target_arg.arg_value)
114 build_executor.regist_flag('defaultDeps', ComponentUtil.get_default_deps("argDefault"))
115 build_executor.regist_flag('variant', arg.get("argDefault"))
121 build_executor.regist_flag('branch', target_arg.arg_value)
125 build_executor.regist_flag('branch', "argDefault")