Home
last modified time | relevance | path

Searched refs:get_fullname (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/libtextstyle/examples/color-hello/
Dhello.c79 get_fullname (void) in get_fullname() function
173 fullname = get_fullname (); in main()
/third_party/python/Lib/distutils/tests/
Dtest_bdist_dumb.py76 base = "%s.%s.zip" % (dist.get_fullname(), cmd.plat_name)
/third_party/python/Lib/distutils/command/
Dbdist_dumb.py93 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
Dsdist.py362 base_dir = self.distribution.get_fullname()
470 base_dir = self.distribution.get_fullname()
Dbdist_msi.py226 fullname = self.distribution.get_fullname()
244 fullname = self.distribution.get_fullname()
590 % self.distribution.get_fullname())
Dinstall.py310 'dist_fullname': self.distribution.get_fullname(),
/third_party/python/Lib/distutils/
Ddist.py1165 def get_fullname(self): member in DistributionMetadata