/pkg/src/zoneproxy/zoneproxy-adm/ |
H A D | zoneproxy-adm.c | 51 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 D | os_darwin.py | 34 is_admin, get_userid, get_username, chown, rename, remove, link, \ 35 split_path, get_root, assert_mode namespace
|
H A D | os_aix.py | 35 is_admin, get_userid, get_username, rename, remove, link, split_path, \ 36 get_root, assert_mode, copyfile namespace
|
H A D | os_sunos.py | 39 remove, link, copyfile, split_path, get_root, assert_mode namespace 63 remove(t_path)
|
H A D | __init__.py | 167 def remove(path): function
|
H A D | os_windows.py | 206 def remove(path): function
|
/pkg/src/ |
H A D | pydates | 61 manifest.remove(f) 72 manifest.remove(f)
|
/pkg/src/tests/api/ |
H A D | t_sysattr.py | 55 portable.remove(self.test_fn) 61 # remove "immutable" and "nounlink" 85 portable.remove(self.test_fn) 86 portable.remove(self.test_fn2)
|
H A D | t_file_manager.py | 87 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 D | t_config.py | 927 # 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 D | link.py | 74 self.remove(pkgplan) 100 def remove(self, pkgplan): member in class:LinkAction
|
H A D | hardlink.py | 80 self.remove(pkgplan)
|
H A D | directory.py | 68 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 D | legacy.py | 127 # remove all consecutively numbered files. 163 def remove(self, pkgplan): member in class:LegacyAction
|
H A D | group.py | 200 def remove(self, pkgplan): member in class:GroupAction
|
H A D | file.py | 719 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 D | license.py | 162 def remove(self, pkgplan): member in class:LicenseAction
|
/pkg/src/modules/client/ |
H A D | actuator.py | 321 suspend_fmris.remove(fmri) 327 disable_fmris.remove(fmri) 393 refresh_fmris.remove(fmri) 402 restart_fmris.remove(fmri)
|
H A D | pkgplan.py | 260 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 D | pkg_solver.py | 181 # 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 D | file_manager.py | 27 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 D | t_lock.py | 182 os.remove(lfpath)
|
H A D | t_pkg_list.py | 306 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 D | t_pkg_verify.py | 168 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 D | t_pkgdep.py | 978 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...] |