Lines Matching refs:format
70 'You are tring to use an unsupported hpm cmd type "{}"'.format(cmd_type), '3001')
104 'There is no hpm executable file at {}'.format(hpm_path), '0001')
120 os.rename(logpath, '{}/build.{}.log'.format(os.path.dirname(logpath), mtime))
153 args_list.append('{}={}'.format(key, str(value).lower()))
156 args_list.append('{}="{}"'.format(key, value))
159 args_list.append('{}={}'.format(key, value))
162 args_list.append('{}="{}"'.format(key, "&&".join(value)))
180 flags_list.append('--{}'.format(key))
182 flags_list.extend(['--{}'.format(key), '{}'.format(str(value))])
184 flags_list.extend(['--{}'.format(key).lower(), '{}'.format(str(value))])
194 raise OHOSException('ERROR argument "--parts": Invalid parts "{}". '.format(illegal_components)