Home
last modified time | relevance | path

Searched defs:project_base (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dsysconfig.py28 project_base = os.path.dirname(os.path.abspath(sys.executable)) variable
30 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir)) variable
33 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir, variable
37 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir, variable
43 project_base = os.path.normpath(os.environ["_PYTHON_PROJECT_BASE"]) variable
/external/python/cpython3/Lib/distutils/
Dsysconfig.py29 project_base = os.path.abspath(os.environ["_PYTHON_PROJECT_BASE"]) variable
31 project_base = os.path.dirname(os.path.abspath(sys.executable)) variable
53 project_base = _fix_pcbuild(project_base) variable