Searched refs:set_content (Results 1 - 25 of 26) sorted by relevance

12

/pkg/src/tests/api/
H A Dt_manifest.py119 self.m1.set_content(self.m1_contents)
134 # Verify set_content with a byte string with unicode data
138 m.set_content(bstr)
143 # Verify set_content with a Unicode string works.
146 m.set_content(six.text_type(bstr, "utf-8"))
148 m.set_content(bstr)
156 m.set_content(self.diverse_contents)
178 self.m1.set_content(self.m1_contents)
179 self.m2.set_content(self.m2_contents)
183 self.m1.set_content(sel
[all...]
H A Dt_catalog.py135 m.set_content(lines, signatures=True)
721 p1_man.set_content("", signatures=True)
726 p2_man.set_content("set name=fmri value={0}\n"
733 p3_man.set_content("set name=fmri value={0}\n"
1016 m.set_content("", signatures=True)
1056 m.set_content("", signatures=True)
1107 m.set_content(contents, signatures=True)
H A Dt_p5p.py452 sm.set_content(pathname=repo.manifest(pfmri), signatures=True)
459 dm.set_content(content=content, signatures=True)
470 sm.set_content(pathname=repo.manifest(pfmri), signatures=True)
473 dm.set_content(pathname=target, signatures=True)
H A Dt_pkglint.py3651 manifest.set_content("\n".join(lines))
/pkg/src/tests/cli/
H A Dt_pkgsurf.py616 mani.set_content(pathname=mpath)
669 targm.set_content(pathname=targ)
674 expm.set_content(pathname=exp)
748 targm.set_content(pathname=targ)
753 expm.set_content(pathname=exp)
H A Dt_pkgrecv.py294 mf.set_content(pathname=mpath)
363 m.set_content(raw)
413 m.set_content(raw)
451 m.set_content(raw)
486 m.set_content(raw)
755 m.set_content(raw)
1470 rm.set_content(pathname=rmpath)
1489 nm.set_content(nmcontent)
1503 tm.set_content(pathname=tmpath)
1516 tm.set_content(pathnam
[all...]
H A Dt_pkgsend.py83 m.set_content(content)
1472 rm.set_content(pathname=rmpath)
1583 genmf.set_content(out)
1585 cmpmf.set_content(expected_mf)
H A Dt_fix.py313 m.set_content(self.get_img_manifest(pfmri))
H A Dt_depot_config.py688 mf.set_content(pathname=os.path.join(mf_path, "manifest.file"))
H A Dt_pkg_depotd.py289 manifest.set_content(content=content)
H A Dt_pkg_install.py3270 mani.set_content(pathname=mpath1)
3272 mani2.set_content(pathname=mpath2)
4847 m.set_content(self.get_img_manifest(pfmri))
4972 mani.set_content(pathname=mpath)
H A Dt_pkgrepo.py1920 mf.set_content(pathname=mpath)
2048 mf.set_content(pathname=mpath)
/pkg/src/util/publish/
H A Dpkgdiff.py137 m.set_content(content=sys.stdin.read())
139 m.set_content(pathname=p)
152 # Must pass complete list of actions to set_content, not
154 m.set_content(content=list(m.gen_actions_by_types(
172 m.set_content([
H A Dpkglint.py257 manifest.set_content(content="\n".join(lines))
H A Dpkgmerge.py194 m.set_content(content=mfst_str)
819 m.set_content(content=allactions)
H A Dpkgsurf.py252 mani.set_content(pathname=path)
/pkg/src/
H A Dsign.py293 m.set_content(content=m_str)
H A Dpublish.py377 m.set_content(content=lines)
530 m.set_content(content="\n".join(lines))
/pkg/src/modules/
H A Dp5p.py650 m.set_content(pathname=mpath)
847 m.set_content(content=force_str(fobj.read()),
1152 m.set_content(content=force_str(fobj.read()), signatures=True)
H A Dmanifest.py1040 def set_content(self, content=None, excludes=EmptyI, pathname=None, member in class:Manifest
1109 self.set_content(content=self.actions, excludes=excludes)
1442 # set_content, or add_action is called.
1586 self.set_content(content=contents)
1614 self.set_content(excludes=self.excludes, pathname=self.pathname)
2022 def set_content(self, *args, **kwargs): member in class:EmptyFactoredManifest
2023 raise RuntimeError("Cannot call set_content on an "
/pkg/src/modules/server/
H A Dtransaction.py398 m.set_content(content=misc.force_str(tfile.read()))
687 m.set_content(misc.force_str(content))
H A Dapi.py361 mfst.set_content(pathname=mpath)
H A Ddepot.py1247 m.set_content(pathname=fpath)
/pkg/src/modules/publish/
H A Ddependencies.py664 m.set_content(content=acts)
/pkg/src/modules/client/
H A Dimageplan.py4497 nu_src.set_content(content=(a[0] for a in new_updates),
4501 nu_dst.set_content(content=(a[1] for a in new_updates),

Completed in 382 milliseconds

12