Home
last modified time | relevance | path

Searched refs:get_ext_fullpath (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_build_ext.py315 path = cmd.get_ext_fullpath('foo')
326 path = cmd.get_ext_fullpath('foo')
343 path = cmd.get_ext_fullpath('lxml.etree')
350 path = cmd.get_ext_fullpath('lxml.etree')
357 path = cmd.get_ext_fullpath('twisted.runner.portmap')
364 path = cmd.get_ext_fullpath('twisted.runner.portmap')
380 path = cmd.get_ext_fullpath('lxml.etree')
405 path = cmd.get_ext_fullpath('lxml.etree')
419 ext_path = cmd.get_ext_fullpath(ext_name)
431 ext_path = cmd.get_ext_fullpath(ext_name)
/external/python/cpython3/Lib/distutils/tests/
Dtest_build_ext.py356 path = cmd.get_ext_fullpath('foo')
367 path = cmd.get_ext_fullpath('foo')
388 path = cmd.get_ext_fullpath('lxml.etree')
395 path = cmd.get_ext_fullpath('lxml.etree')
402 path = cmd.get_ext_fullpath('twisted.runner.portmap')
409 path = cmd.get_ext_fullpath('twisted.runner.portmap')
/external/brotli/
Dsetup.py65 ext_path = self.get_ext_fullpath(ext.name)
118 ext_path = self.get_ext_fullpath(ext.name)
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py440 outputs.append(self.get_ext_fullpath(ext.name))
495 ext_path = self.get_ext_fullpath(ext.name)
639 def get_ext_fullpath(self, ext_name): member in build_ext
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py441 outputs.append(self.get_ext_fullpath(ext.name))
460 ext_path = self.get_ext_fullpath(ext.name)
625 def get_ext_fullpath(self, ext_name): member in build_ext
/external/python/cpython3/
Dsetup.py294 fullpath = self.get_ext_fullpath(ext.name)