Searched refs:salvaged (Results 1 - 4 of 4) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkg_install.py3224 salvaged = [
3229 sfile = os.path.join(sroot, salvaged[0])
3988 # Verify that unmodified, preserved files will not be salvaged
3993 salvaged = [
3997 self.assertEqual(salvaged, [])
3999 # Verify that modified, preserved files will be salvaged
4177 # Verify that unpackaged files will be salvaged on initial
4272 # Verify that unpackaged files will not be salvaged on initial
4449 # Verify that unpackaged files will not be modified or salvaged
4719 salvaged content
[all...]
/pkg/src/modules/client/
H A Dclient_api.py1036 salvaged = api_inst.describe().salvaged
1041 if salvaged and (stat == EXIT_OK or not newbe):
1042 # Only show salvaged file list if populated
1049 "salvaged while executing the requested "
1052 for opath, spath in salvaged:
H A Dplandesc.py494 def salvaged(self): member in class:PlanDescription
495 """A list of tuples of items that were salvaged during plan
498 before it was salvaged, and 'salvage_path' is where the item was
/pkg/src/
H A Dclient.py1496 salvaged = api_inst.describe().salvaged
1498 if salvaged and (rval == EXIT_OK or not newbe):
1499 # Only show salvaged file list if populated
1506 "salvaged while executing the requested "
1509 for opath, spath in salvaged:

Completed in 43 milliseconds