Searched refs:have_compatible_glibc (Results 1 – 2 of 2) sorted by relevance
/external/python/setuptools/setuptools/ | ||
D | glibc.py | 52 def have_compatible_glibc(required_major, minimum_minor): function |
D | pep425tags.py | 157 return glibc.have_compatible_glibc(2, 5) |