Lines Matching refs:tout
20 from patman import tout
99 tout.Warning('\n%s:' % path)
101 tout.Warning(' %s' % line)
227 tout.Notice("Wrote %#x bytes to file '%s'" % (len(data), output_fname))
234 tout.Notice('%d entries match and will be written' % len(einfos))
247 tout.Notice("Write entry '%s' size %x to '%s'" %
296 tout.Info('Processing image')
304 tout.Info('Writing data to %s' % entry.GetPath())
329 tout.Info("Write entry '%s', file '%s'" % (entry_path, image_fname))
366 tout.Notice("Read %#x bytes from file '%s'" % (len(data), input_fname))
375 tout.Notice("Replacing %d matching entries in image '%s'" %
383 tout.Info("Skipping section entry '%s'" % entry.GetPath())
390 tout.Notice("Write entry '%s' from file '%s'" %
395 tout.Warning("Skipping entry '%s' from missing file '%s'" %
452 tout.Notice('Skipping images: %s' % ', '.join(skip))
533 tout.Info('Pack completed after %d pass(es)' % (pack_pass + 1))
544 tout.Warning("Image '%s' is missing external blobs and is non-functional: %s" %
577 tout.Init(args.verbosity)
610 tout.Init(args.verbosity)
632 tout.Warning("\nSome images are invalid")
636 tout.Uninit()