Searched refs:copy (Results 1 - 25 of 61) sorted by relevance

123

/pkg/src/modules/portable/
H A Dos_darwin.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44 macostools.copy(src, dst)
/pkg/src/modules/
H A Dcfgfiles.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137 orig = self.index[tuple(template[k] for k in self.keys)].copy()
248 c = self.password_file.getvalue(template).copy()
253 copy = template.copy()
254 if "password" in copy:
255 copy["password"]=""
256 self.password_file.updatevalue(copy)
261 copy = template.copy()
[all...]
H A Dvariant.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
29 import copy namespace
47 def copy(self): member in class:_Variants
210 # Next, a new list is created by adding (2, "x") to a copy
230 self.__template = copy.copy(vct)
253 vc.__sat_set = copy.copy(self.__sat_set)
254 vc.__not_sat_set = copy.copy(sel
[all...]
H A Dp5s.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
175 m = copy.copy(u)
H A Dconfig.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52 import copy namespace
500 prop.__allowed = copy.copy(self.__allowed)
929 propsec.add_property(copy.copy(p))
1003 properties=copy.copy(self.__properties))
1010 # A *copy* of the properties must be used to construct the new
1014 copy
[all...]
H A Dpkgsubprocess.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
151 env = os.environ.copy()
270 env = os.environ.copy()
/pkg/src/modules/client/linkedimage/
H A Dsystem.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92 # return a copy of the properties
93 return self.__img.cfg.linked_children[lin].copy()
103 # make a copy of the properties
104 props = props.copy()
/pkg/src/tests/api/
H A Dt_publisher.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
86 # Verify that a copy matches its original.
87 cuobj = copy.copy(uobj)
222 # Verify that a copy matches its original.
223 crobj = copy.copy(robj)
371 r2obj = copy.copy(rob
[all...]
H A Dt_variant.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
126 vc1_tmp = copy.copy(vc1_ns)
151 # Test that modifing the original does not modify the copy.
152 vc3_ns_copy = copy.copy(vc3_ns)
H A Dt_api_search.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30 import copy namespace
262 res_local_path = copy.copy(res_remote_path)
264 res_local_bin = copy.copy(res_remote_bin)
266 res_local_bug_id = copy.copy(res_remote_bug_id)
268 res_local_inc_changes = copy.copy(res_remote_inc_change
[all...]
/pkg/src/tests/ro_data/signing_certs/
H A Dgenerate_certs.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
193 # copy the generated cert files from util/mkcert to the ro_data area
194 shutil.copy("cust_key.pem",
196 shutil.copy("cust_cert.pem",
198 shutil.copy("cust_cert.pem",
/pkg/src/tests/cli/
H A Dt_pkg_search.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33 import copy namespace
218 res_local_path = copy.copy(res_remote_path)
220 res_local_bin = copy.copy(res_remote_bin)
222 res_local_bug_id = copy.copy(res_remote_bug_id)
224 res_local_inc_changes = copy.copy(res_remote_inc_change
[all...]
H A Dt_pkgmogrify.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
261 defines = self.basic_defines.copy()
284 defines = self.basic_defines.copy()
424 defines = self.basic_defines.copy()
466 defines = self.basic_defines.copy()
561 defines = self.basic_defines.copy()
H A Dt_https.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
201 shutil.copy(bad_cert_path, pkg_cert_path)
242 shutil.copy(bad_cert_path, pkg_cert_path)
249 shutil.copy(bad_cert_path, pkg_cert_path)
/pkg/src/modules/client/
H A Dhistory.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
126 h.errors = [copy.copy(e) for e in self.errors]
293 [copy.copy(a) for a in self.client_args])
296 h.__operations = [copy.deepcopy(o) for o in self.__operations]
887 attrs["client_args"] = [copy.copy(a) for a in self.client_args]
891 [copy
[all...]
H A Dactuator.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
318 for fmri in suspend_fmris.copy():
325 for fmri in disable_fmris.copy():
391 for fmri in refresh_fmris.copy():
400 for fmri in restart_fmris.copy():
H A Dpublisher.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
41 import copy namespace
818 cluris = [copy.copy(u) for u in self.legal_uris]
819 cmirrors = [copy.copy(u) for u in self.mirrors]
820 cruris = [copy.copy(u) for u in self.related_uris]
821 corigins = [copy.copy(
[all...]
/pkg/src/modules/server/
H A Dfeed.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34 import copy namespace
334 # Attempt to parse the cached copy. If we can't, for any
365 up_ts = copy.copy(cat.last_modified)
378 cached copy if it is available.
/pkg/src/modules/publish/
H A Ddependencies.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
27 import copy namespace
297 attrs = d.attrs.copy()
302 attrs = d.attrs.copy()
351 delivered_bn.setdefault(bn, copy.copy(pvc))
735 tmp_vars = copy.copy(path_vars)
818 # Make a copy of path_vars which is unsatisfied, then
827 attrs = file_dep_attrs.copy()
[all...]
/pkg/src/scripts/
H A Dpkg.bat9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dpkg.depotd.bat9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dpkgrecv.bat9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dpkgsend.bat9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/pkg/src/modules/actions/
H A Dgroup.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
179 should_be = grdefval.copy()
H A Duser.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71 on-disk copy match...."""
73 out = self.attrs.copy()
273 should_be = pwdefval.copy()

Completed in 72 milliseconds

123