Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dmsvc.py1227 include=self._build_paths('include',
1233 lib=self._build_paths('lib',
1240 libpath=self._build_paths('libpath',
1246 path=self._build_paths('path',
1262 def _build_paths(self, name, spec_path_lists, exists): member in EnvironmentInfo