/pkg/src/modules/ |
H A D | pkggzip.py | 54 self.fileobj.write(self.magic)
|
H A D | p5i.py | 144 def write(fileobj, pubs, pkg_names=None): function 148 'fileobj' is an object that has a 'write' method that accepts data to be 224 fileobj.write("\n")
|
H A D | pipeutils.py | 249 def write(self, msg): member in class:PipeFile 253 mf.write(force_str(msg)) 350 return self.write(msg) 355 self.write(msg) 574 self.wfile.write(response)
|
H A D | p5s.py | 159 def write(fileobj, pubs, cfg): function 163 'fileobj' is an object that has a 'write' method that accepts data to be 281 fileobj.write("\n")
|
H A D | cpiofile.py | 27 """Read from and write to cpio format archives. 102 def write(self, s): member in class:_LowLevelFile 103 os.write(self.fd, s) 108 needs to have a read() or write() method and is accessed 171 def write(self, s): member in class:_Stream 187 self.fileobj.write(self.buf[:self.bufsize]) 200 self.fileobj.write(self.buf) 203 self.fileobj.write(struct.pack("<l", self.crc)) 204 self.fileobj.write(struct.pack("<L", self.pos & 779 raise ReadError("read/write vi [all...] |
H A D | lockfile.py | 53 is called when the lock operation wants to write 160 # Store information about the lock acquirer and write it. 167 lf.write(misc.force_bytes(lock_str))
|
/pkg/src/tests/cli/ |
H A D | t_pkgfmt.py | 1297 f.write(self.pkgcontents) 1301 f.write(self.needs_formatting) 1363 f.write(contents) 1369 f.write(self.v1_fmt) 1371 f.write(self.v2_fmt)
|
H A D | t_util_update_file_layout.py | 60 fh.write(s)
|
H A D | t_pkgsend.py | 399 fp.write("foo") 433 mf.write("""file NOHASH mode=0755 owner=root group=bin path=/A 704 f.write("test" + entry) 721 pkginfo.write(pkginfo_contents) 726 prototype.write(prototype_contents) 758 mf.write("set name=pkg.fmri value=nopkg@1.0\n") 1041 f.write(pkg_manifest) 1253 mf.write("""file NOHASH mode=0755 owner=root group=bin path=/A 1262 mf.write("""\ 1288 mf.write("""fil [all...] |
H A D | t_pkgmogrify.py | 161 f.write(self.pkgcontents) 164 f.write(self.pkgcontents2) 167 f.write(self.pkgcontents3) 176 # transform contents to embed those pathnames, and write the 181 f.write(self.transforms[name])
|
/pkg/src/tests/api/ |
H A D | t_unix_usergrp.py | 50 grpfile.write( \ 94 grpfile.write( \ 132 grpfile.write( \ 161 passwd.write( \ 209 passwd.write( \ 247 passwd.write( \
|
H A D | t_p5i.py | 125 p5i.write(fobj, [pub], pkg_names=pnames) 170 os.write(fd1, misc.force_bytes(fobj.read())) 209 repository configuration omitted will still parse and write 231 p5i.write(fobj, [pub]) 278 p5i.write(fobj, [pub])
|
H A D | t_pkgtarfile.py | 54 wfp.write(buf)
|
H A D | t_plat.py | 67 os.write(fd1, b"foo") 69 os.write(fd2, b"bar") 101 os.write(fd1, b"foo")
|
H A D | t_file_manager.py | 56 fh.write(misc.force_bytes(data)) 118 # Test a FileManager that can write to the file system. 224 rh2_fh.write(hash2) 325 nfile.write(misc.force_bytes("new-{0}".format(fhash)))
|
H A D | t_misc.py | 49 # make the parent directory read-write 60 # are read-write, and the leaf is readonly. 67 # change it back to read/write so we can delete it 160 f.write(waste_mem_py)
|
/pkg/src/modules/client/ |
H A D | printengine.py | 118 self._out_file.write(self.__putp_re.sub("", force_str(string))) 139 self._out_file.write(self.__nchars_printed * ' ') 180 self._out_file.write(outmsg) 196 write a newline in order to allow clean output after flush().""" 199 self._out_file.write("\n") 238 # write out, stripping the newline 244 self._stringio.write(line)
|
/pkg/src/modules/client/linkedimage/ |
H A D | system.py | 123 self.__img.cfg.write()
|
/pkg/src/modules/portable/ |
H A D | os_sunos.py | 59 t_fh.write(os.path.join(a.attrs[PD_LOCAL_PATH]) + "\n")
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 825 c_fh.write(prog_text) 881 fh.write(content) 884 fh.write(content) 939 t_fh.write("set name=pkg.fmri value={0}\n".format(pfmri)) 940 t_fh.write(content) 1100 conf.write(new_rcfile) 1133 self.stream.write("\n") 1139 self.stream.write(self.separator1 + "\n") 1140 self.stream.write("{0}: {1}\n".format( 1142 self.stream.write(sel [all...] |
H A D | baseline.py | 115 f.write("{0}|{1}{2}".format(
|
/pkg/src/modules/flavor/ |
H A D | depthlimitedmf.py | 394 sys.stdout.write("DEP {0}\n".format(res)) 398 sys.stdout.write("ERR {0}\n".format(e)) 400 sys.stdout.write("{0}\n".format(e))
|
/pkg/src/ |
H A D | depot-config.py | 200 runtime_dir where we write httpd.conf files 201 log_dir where Apache should write its log files 203 cache_dir where Apache should write its cache and wsgi search idx 209 fragment True if we should only write a file to drop into conf.d/ 320 conf_file.write(conf_text) 326 _("Unable to write Apache configuration: {host}: " 331 _("Unable to write depot_httpd.conf: {0}").format(err)) 343 versions_file.write( 350 _("Unable to write versions response: {0}").format(err)) 358 # write individua [all...] |
/pkg/src/modules/actions/ |
H A D | legacy.py | 106 pfile.write("{0}={1}\n".format(k, v))
|
/pkg/src/tests/ro_data/signing_certs/ |
H A D | generate_certs.py | 171 fhw.write(fhr.read())
|