Searched refs:remove (Results 1 - 25 of 80) sorted by relevance

1234

/pkg/src/zoneproxy/zoneproxy-adm/
H A Dzoneproxy-adm.c51 notify_zoneproxyd(zoneid_t zoneid, boolean_t remove) argument
61 if (remove) {
81 boolean_t remove = B_FALSE; local
87 remove = B_TRUE;
106 notify_zoneproxyd(zoneid, remove);
/pkg/src/modules/portable/
H A Dos_darwin.py34 is_admin, get_userid, get_username, chown, rename, remove, link, \
35 split_path, get_root, assert_mode namespace
H A Dos_aix.py35 is_admin, get_userid, get_username, rename, remove, link, split_path, \
36 get_root, assert_mode, copyfile namespace
H A Dos_sunos.py39 remove, link, copyfile, split_path, get_root, assert_mode namespace
63 remove(t_path)
H A D__init__.py167 def remove(path): function
H A Dos_windows.py206 def remove(path): function
/pkg/src/
H A Dpydates61 manifest.remove(f)
72 manifest.remove(f)
/pkg/src/tests/api/
H A Dt_sysattr.py55 portable.remove(self.test_fn)
61 # remove "immutable" and "nounlink"
85 portable.remove(self.test_fn)
86 portable.remove(self.test_fn2)
H A Dt_file_manager.py87 self.check_exception(fm.remove,
89 ["remove", unmoved], unmoved)
135 # there. Finally, remove it for the next test if successful.
143 fm.remove(hash1)
149 # Finally, remove file stored in the old location for the next
159 fm.remove(hash2)
201 fs.remove(i)
207 # directory and that remove removes all instances of a hash
214 fm.remove(hash3)
234 # Test removing one of the two files doesn't remove th
[all...]
H A Dt_config.py927 # Verify that attempting to remove an unknown property raises
1352 # Verify that attempting to remove an unknown section raises
1426 portable.remove(scpath)
1442 portable.remove(scpath)
1458 portable.remove(scpath)
1471 portable.remove(scpath)
1476 portable.remove(scpath)
1678 # Verify that attempting to remove a property that doesn't exist
1696 # Verify that attempting to remove a property in a section that
1702 # Verify that attempting to remove
[all...]
/pkg/src/modules/actions/
H A Dlink.py74 self.remove(pkgplan)
100 def remove(self, pkgplan): member in class:LinkAction
H A Dhardlink.py80 self.remove(pkgplan)
H A Ddirectory.py68 diffs.remove("mode")
109 "continue, please remove the "
219 def remove(self, pkgplan): member in class:DirectoryAction
227 # Cannot remove directory since it's
239 err_txt = _("Unable to remove {0}; it is "
253 err_txt = _("Unable to remove {0}; it "
H A Dlegacy.py127 # remove all consecutively numbered files.
163 def remove(self, pkgplan): member in class:LegacyAction
H A Dgroup.py200 def remove(self, pkgplan): member in class:GroupAction
H A Dfile.py719 def remove(self, pkgplan): member in class:FileAction
728 remove = save_file[1]
730 if remove != "true":
758 # Attempt to remove the file.
768 # There are only two likely reasons we couldn't remove the file;
H A Dlicense.py162 def remove(self, pkgplan): member in class:LicenseAction
/pkg/src/modules/client/
H A Dactuator.py321 suspend_fmris.remove(fmri)
327 disable_fmris.remove(fmri)
393 refresh_fmris.remove(fmri)
402 restart_fmris.remove(fmri)
H A Dpkgplan.py260 def propose_repair(self, fmri, mfst, install, remove, autofix=False):
280 "remove": [(x, None) for x in remove],
287 "remove": [(x, None) for x in remove],
371 # transition and add directory remove actions. These won't
403 self.actions.removed.extend(self.__repair_actions.get("remove",
623 src.remove(self)
640 """Perform actions required after install or remove of a pkg.
669 # remove leadin
[all...]
H A Dpkg_solver.py181 # going to remove
439 # remove packages to be installed from avoid sets
1099 possible_set.remove(f)
1145 # remove any versions from proposed_dict that are in trim_dict
1179 # remove all trimmed fmris from consideration
1181 # remove any versions from proposed_dict that are in trim_dict
1324 possible_set.remove(f)
1340 # remove all trimmed fmris from consideration
1381 solution.remove(f)
1467 # dependency constraints. If so, remove fro
[all...]
/pkg/src/modules/file_layout/
H A Dfile_manager.py27 insert, lookup, and remove files, stored in the download directory of the
220 # new destination *before* attempting to remove
312 # Attempt to remove the parent directory of the file's original
330 def remove(self, hashval): member in class:FileManager
336 "remove")
341 portable.remove(cur_full_path)
/pkg/src/tests/cli/
H A Dt_lock.py182 os.remove(lfpath)
H A Dt_pkg_list.py306 another publisher. Then alter or remove the installed package's
380 os.remove(os.path.join(pub.meta_root, "last_refreshed"))
413 os.remove(file_path)
429 os.remove(tmp_file)
430 os.remove(file_path)
H A Dt_pkg_verify.py168 portable.remove(os.path.join(self.get_img_path(), "usr", "bin",
212 portable.remove(fpath)
471 # Need to get creative here to remove the system attributes
476 portable.remove(fpath)
522 portable.remove(fpath)
H A Dt_pkgdep.py978 res_fmris.remove(d.attrs["fmri"])
1014 res_fmris.remove(d.attrs["fmri"])
1049 res_fmris.remove(d.attrs["fmri"])
1509 portable.remove(tp)
1510 portable.remove(res_path)
1525 portable.remove(tp)
1599 portable.remove(m_path)
2181 res_fmris.remove(d.attrs["fmri"])
2284 res_fmris.remove(d.attrs["fmri"])
2402 b_vw_link_var.remove(
[all...]

Completed in 71 milliseconds

1234