Home | History | Annotate | Download | only in bin

Lines Matching refs:e_msg

834             e_msg = 'Unable to create virtual partition: %s' % e
835 raise error.AutotestError(e_msg)
872 e_msg = 'Error creating disk image %s: %s' % (img_path, e)
873 raise error.AutotestError(e_msg)
889 e_msg = ('Error attaching image %s to a loop device: %s' %
891 raise error.AutotestError(e_msg)
905 e_msg = ('Error detaching image %s from loop device %s: %s' %
907 raise error.AutotestError(e_msg)
918 e_msg = 'Error removing image file %s' % self.img
919 raise error.AutotestError(e_msg)