Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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