Lines Matching defs:util

60 import distutils.util as util
162 ['util/publish/pkgdiff.py', 'pkgdiff'],
163 ['util/publish/pkgfmt.py', 'pkgfmt'],
164 ['util/publish/pkglint.py', 'pkglint'],
165 ['util/publish/pkgmerge.py', 'pkgmerge'],
166 ['util/publish/pkgmogrify.py', 'pkgmogrify'],
167 ['util/publish/pkgsurf.py', 'pkgsurf'],
216 ['util/publish/pkgdiff.py', 'pkgdiff'],
217 ['util/publish/pkgfmt.py', 'pkgfmt'],
218 ['util/publish/pkgmogrify.py', 'pkgmogrify'],
405 'util/opensolaris.org.sections',
406 'util/pkglintrc',
409 'util/publish/transforms/developer',
410 'util/publish/transforms/documentation',
411 'util/publish/transforms/locale',
412 'util/publish/transforms/smf-manifests'
415 'util/apache2/sysrepo/sysrepo_p5p.py',
416 'util/apache2/sysrepo/sysrepo_httpd.conf.mako',
417 'util/apache2/sysrepo/sysrepo_publisher_response.mako',
420 'util/apache22/sysrepo/sysrepo_httpd.conf.mako',
421 'util/apache22/sysrepo/sysrepo_publisher_response.mako',
424 'util/apache2/sysrepo/logs/access_log',
425 'util/apache2/sysrepo/logs/error_log',
426 'util/apache2/sysrepo/logs/rewrite.log',
429 'util/apache2/depot/depot.conf.mako',
430 'util/apache2/depot/depot_httpd.conf.mako',
431 'util/apache2/depot/depot_index.py',
432 'util/apache2/depot/depot_httpd_ssl_protocol.conf',
435 'util/apache22/depot/depot.conf.mako',
436 'util/apache22/depot/depot_httpd.conf.mako',
437 'util/apache22/depot/depot_httpd_ssl_protocol.conf',
440 'util/apache2/depot/logs/access_log',
441 'util/apache2/depot/logs/error_log',
442 'util/apache2/depot/logs/rewrite.log',
448 ["util/apache2/depot/repos.shtml"]))
450 'util/misc/exec_attr.d/package:pkg',
452 authattrd_files = ['util/misc/auth_attr.d/package:pkg']
453 userattrd_files = ['util/misc/user_attr.d/package:pkg']
749 src = util.change_root(self.root_dir, o_src + e)
750 dest = util.change_root(
769 dst_dir = util.change_root(self.root_dir, d)
770 dst_path = util.change_root(self.root_dir,
810 dir = util.convert_path(dir)
827 infile = util.convert_path(infile)
828 outfile = util.convert_path(outfile)