Lines Matching refs:format
65 'SHA-1 mismatches for {}. actual {}, expected {}'.format(
187 assert len(lines) == 10, "Invalid line count: {}".format(lines)
192 "Failed to parse target line \"{}\"".format(lines[4])
197 "Mismatching targets: {} vs {}".format(check_partition, flash_partition)
204 assert len(lines) == 11, "Invalid line count: {}".format(lines)
209 "Failed to parse source line \"{}\"".format(lines[4])
214 "Invalid source partition: {}".format(source_partition)
222 "Failed to parse target line \"{}\"".format(lines[5])
227 "Mismatching targets: {} vs {}".format(
232 "Invalid target partition: {}".format(target_partition)
299 'Failed to verify {} with boot_signer:\n{}'.format(image, stdoutdata)
351 'Failed to verify {} with verity_verifier (key: {}):\n{}'.format(
405 'Failed to verify {} with avbtool (key: {}):\n{}'.format(
422 'Failed to verify {} with avbtool (key: {}):\n{}'.format(
439 logging.info("Duplicated key found for {}".format(key))
442 .format(key, value, build_prop[key]))
452 raise ValueError("Expect {} to be a directory".format(input_tmp))
460 logging.info("Checking {}".format(path))
464 raise ValueError("{} contains duplicate keys for {}".format(
484 'partition of {}'.format(partition))
496 logging.basicConfig(level=logging.INFO, format=logging_format,