Lines Matching refs:format
74 'You are tring to use an unsupported gn cmd type "{}"'.format(cmd_type), '3001')
84 .format(sys.platform))
89 'There is no gn executable file at {}'.format(gn_path), '0001')
99 '--args={}'.format(' '.join(self._convert_args())),
103 LogUtil.write_log(self.config.log_path, 'Excuting gn command: {} {} --args="{}" {}'.format(
153 '"{}" Not a build directory.'.format(out_dir), '3004')
178 '"{}" Not a build directory.'.format(out_dir), '3004')
198 '"{}" Not a build directory.'.format(out_dir), '3004')
218 '"{}" Not a build directory.'.format(out_dir), '3004')
220 '''Description: Execute 'gn format' command using registed args
227 gn_format_cmd = [self.exec, 'format']
228 args_file = Arg.read_args_file(ModuleType.TOOL)['format']
235 "ERROR Couldn't read '{}'".format(arg), '3005')
255 'Usage: "gn clean <out_dir>"'.format(out_dir), '3004')
267 args_list.append('{}={}'.format(key, str(value).lower()))
270 args_list.append('{}="{}"'.format(key, value))
273 args_list.append('{}={}'.format(key, value))
276 args_list.append('{}="{}"'.format(key, "&&".join(value)))
292 flags_list.append('{}'.format(key))
294 flags_list.append('{}={}'.format(key, str(value)).lower())
317 'choose from {}'.format(option_name, option_value, sub_optional_list), '3006')
320 'choose from {}'.format(option_name, option_value, sub_optional_list), '3003')
323 'choose from {}'.format(args_file.get("arg_name"),