Home
last modified time | relevance | path

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

/aosp_15_r20/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 …]
/aosp_15_r20/external/python/cpython3/
Dsetup.py216 def is_macosx_sdk_path(path): function
254 if MACOS and is_macosx_sdk_path(dir_):
263 if MACOS and is_macosx_sdk_path(dir_):