Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/freeze/
Dcheckextensions.py58 cc_exts = ['.c', '.C', '.cc', '.c++'] variable
67 if ext in cc_exts:
/external/python/cpython2/Tools/freeze/
Dcheckextensions.py58 cc_exts = ['.c', '.C', '.cc', '.c++'] variable
67 if ext in cc_exts: