Searched defs:abort (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/client/
H A Dpkgremote.py525 def abort(self): member in class:PkgRemote
526 """Public interface to abort an in-progress RPC operation."""
530 self.__debug_msg("call abort requested")
H A Dhistory.py767 def abort(self, result): member in class:History
781 # caused the client to abort() also caused the storage
H A Dapi.py737 def abort(self, result=RESULT_FAILED_UNKNOWN): member in class:ImageInterface
749 self._img.history.abort(result)
/pkg/src/util/publish/
H A Dpkgsurf.py181 def abort(err=None, retcode=pkgdefs.EXIT_OOPS): function
233 abort(msg)
241 abort(msg)
254 abort(err=_("Can not open manifest file {file}: {err}\n"
646 abort(err=_("Could not reversion manifest "
744 abort(err=_("Target repository must be filesystem-based."))
749 abort(str(e))
768 abort(err=txt)
/pkg/src/
H A Dpull.py219 def abort(err=None, retcode=1): function
253 abort(err=_("Unable to parse manifest '{mpath}' for "
586 # If any match failures remain, abort with an error.
590 abort(str(apx.PackageMatchErrors(unmatched_fmris=unmatched)),
606 abort(str(e))
710 abort(e)
717 abort("Invalid FMRI for set action:\n{0}"
726 abort("Adding new hashable content {0} is not "
736 abort("Invalid FMRI(s) for depend action:\n{0}"
769 abort()
[all...]
/pkg/src/modules/client/transport/
H A Drepo.py154 Repository to abort the current transaction. The caller
890 Repository to abort the current transaction. The caller
1733 progtrack.abort()
1754 progtrack.abort()
1771 """The abandon operation, that tells a Repository to abort
2356 def abort(self): member in class:ProgressCallback
2385 def abort(self): member in class:CatalogProgress
2425 def abort(self): member in class:ManifestProgress
2465 def abort(self): member in class:FileProgress

Completed in 168 milliseconds