Lines Matching refs:WicError
27 from wic import WicError
41 raise WicError("BUILDDIR not found, exiting. (Did you forget to source oe-init-build-env?)")
177 raise WicError("BUILDDIR not found, exiting. (Did you forget to source oe-init-build-env?)")
185 raise WicError('Unknown plugin: %s' % pname)
213 raise WicError("No image named %s found, exiting. "
250 raise WicError("Can't find executable parted")
268 raise WicError("Error getting partition information from %s" % (self.parted))
288 raise WicError("Can't find executable '{}'".format(name))
294 raise WicError("Partition %s is not in the image" % pnum)
301 raise WicError("Not supported fstype: {}".format(part.fstype))
318 raise WicError("Partition %s is not in the image" % pnum)
387 raise WicError("Could not complete operation: \n%s \n"
390 raise WicError("Could not complete operation: \n%s "
394 raise WicError("Could not complete operation: \n%s "
407 except WicError as err:
472 raise WicError("Can't get size of unpartitioned space")