OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:project_base
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
28
project_base
= os.path.dirname(os.path.abspath(sys.executable))
variable
29
if os.name == "nt" and "pcbuild" in
project_base
[-8:].lower():
30
project_base
= os.path.abspath(os.path.join(
project_base
, os.path.pardir))
variable
32
if os.name == "nt" and "\\pc\\v" in
project_base
[-10:].lower():
33
project_base
= os.path.abspath(os.path.join(
project_base
, os.path.pardir,
variable
36
if os.name == "nt" and "\\pcbuild\\amd64" in
project_base
[-14:].lower():
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
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
28
project_base
= os.path.dirname(os.path.abspath(sys.executable))
variable
29
if os.name == "nt" and "pcbuild" in
project_base
[-8:].lower():
30
project_base
= os.path.abspath(os.path.join(
project_base
, os.path.pardir))
variable
32
if os.name == "nt" and "\\pc\\v" in
project_base
[-10:].lower():
33
project_base
= os.path.abspath(os.path.join(
project_base
, os.path.pardir,
variable
36
if os.name == "nt" and "\\pcbuild\\amd64" in
project_base
[-14:].lower():
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
[
all
...]
Completed in 216 milliseconds