/pkg/src/util/publish/ |
H A D | update_file_layout.py | 110 __img.history.abort(RESULT_FAILED_OUTOFMEMORY) 117 __img.history.abort(RESULT_CANCELED)
|
H A D | pkgsurf.py | 181 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/modules/actions/ |
H A D | hardlink.py | 110 lstat, errors, warnings, info, abort = \ 112 if abort:
|
H A D | link.py | 85 lstat, errors, warnings, info, abort = \ 88 if abort:
|
H A D | generic.py | 947 abort = False 996 abort) 1005 abort = True 1007 if abort: 1008 return lstat, errors, warnings, info, abort 1015 abort = True 1040 return lstat, errors, warnings, info, abort
|
H A D | directory.py | 215 lstat, errors, warnings, info, abort = \
|
H A D | file.py | 356 lstat, errors, warnings, info, abort = \ 362 if abort:
|
/pkg/src/ |
H A D | pull.py | 219 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...] |
H A D | client.py | 5640 _api_inst.abort( 5646 _api_inst.abort(result=RESULT_FAILED_UNKNOWN) 5650 _api_inst.abort(result=RESULT_CANCELED) 5660 _api_inst.abort(result=RESULT_FAILED_CONFIGURATION) 5665 _api_inst.abort(result=RESULT_FAILED_BAD_REQUEST) 5670 _api_inst.abort(result=RESULT_FAILED_LOCKED) 5675 _api_inst.abort(result=RESULT_FAILED_TRANSPORT) 5684 _api_inst.abort(result=RESULT_FAILED_STORAGE) 5691 _api_inst.abort(result=RESULT_FAILED_TRANSPORT) 5730 _api_inst.abort(resul [all...] |
H A D | pkgrepo.py | 355 abort = False 360 abort = True 361 if abort:
|
/pkg/src/util/mkcert/ |
H A D | mkcert.c | 102 abort(); 117 abort();
|
/pkg/src/modules/client/ |
H A D | pkgremote.py | 525 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 D | client_api.py | 663 # refreshed, abort. 3011 _api_inst.abort( 3019 _api_inst.abort(result=RESULT_FAILED_UNKNOWN) 3023 _api_inst.abort(result=RESULT_CANCELED) 3033 _api_inst.abort(result=RESULT_FAILED_CONFIGURATION) 3038 _api_inst.abort(result=RESULT_FAILED_BAD_REQUEST) 3043 _api_inst.abort(result=RESULT_FAILED_LOCKED) 3048 _api_inst.abort(result=RESULT_FAILED_TRANSPORT) 3059 _api_inst.abort(result=RESULT_FAILED_STORAGE) 3067 _api_inst.abort(resul [all...] |
H A D | history.py | 767 def abort(self, result): member in class:History 781 # caused the client to abort() also caused the storage
|
H A D | api.py | 737 def abort(self, result=RESULT_FAILED_UNKNOWN): member in class:ImageInterface 749 self._img.history.abort(result)
|
/pkg/src/modules/client/transport/ |
H A D | repo.py | 154 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
|
H A D | engine.py | 189 # and no data has been transferred, abort. 799 # abort the connection. 1023 hdl.fileprog.abort()
|
/pkg/src/tests/api/ |
H A D | t_history.py | 269 h.abort(history.RESULT_FAILED_BAD_REQUEST)
|
/pkg/src/modules/client/linkedimage/ |
H A D | common.py | 2226 # we're going to raise an exception. abort 3242 """Public interface to abort an operation on a child image.""" 3244 self.__pkg_remote.abort()
|