Home
last modified time | relevance | path

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

/external/python/cpython2/
Dsetup.py58 def is_macosx_sdk_path(path): function
87 if host_platform == 'darwin' and is_macosx_sdk_path(dir):
96 if host_platform == 'darwin' and is_macosx_sdk_path(dir):
119 if host_platform == 'darwin' and is_macosx_sdk_path(p):
148 if host_platform == 'darwin' and is_macosx_sdk_path(p):
848 if host_platform == 'darwin' and is_macosx_sdk_path(name):
1009 if host_platform == 'darwin' and is_macosx_sdk_path(d):
1066 if is_macosx_sdk_path(dn):
1141 if host_platform == 'darwin' and is_macosx_sdk_path(d):
1233 if is_macosx_sdk_path(f):
[all …]
/external/python/cpython3/
Dsetup.py235 def is_macosx_sdk_path(path): function
273 if MACOS and is_macosx_sdk_path(dir_):
282 if MACOS and is_macosx_sdk_path(dir_):
306 if MACOS and is_macosx_sdk_path(p):
335 if MACOS and is_macosx_sdk_path(p):
1353 if MACOS and is_macosx_sdk_path(d):
1411 if is_macosx_sdk_path(dn):
1567 if MACOS and is_macosx_sdk_path(d):
1695 if MACOS and is_macosx_sdk_path(zlib_h):