Lines Matching refs:format
87 required=True) # format key=value#key=value
96 "The arguments' format is 'key=value#key=value'. Wrong format:"
97 " {}".format(argument))
198 subsystem_path = "/{}/".format(subsystem)
203 subsystem_path = "/{}_lite/".format(subsystem)
265 subsystem_path = "/{}".format(subsystem)
270 subsystem_path = "/{}_lite".format(subsystem)
282 if component_name in path or "{}_hal".format(component_name) in path \
283 or "{}_posix".format(component_name) in path:
307 '{}_module_info.json'.format
359 raise Exception("{} failed, return code is {}".format(cmd, ret_code))
391 print("the env {} not set, skip build!".format(env))