/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
win_add2path.py | 21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))
22 scripts = os.path.join(pythonpath, "Scripts")
37 for path in (pythonpath, scripts, userscripts):
|
/external/python/cpython2/Tools/scripts/ |
win_add2path.py | 21 pythonpath = os.path.dirname(os.path.normpath(sys.executable)) 22 scripts = os.path.join(pythonpath, "Scripts") 37 for path in (pythonpath, scripts, userscripts):
|
/external/python/cpython3/Tools/scripts/ |
win_add2path.py | 21 pythonpath = os.path.dirname(os.path.normpath(sys.executable)) 22 scripts = os.path.join(pythonpath, "Scripts") 38 for path in (pythonpath, scripts, userscripts):
|
/test/vts/testcases/host/camera_its/ |
CameraITSTest.py | 93 logging.info("PYTHONPATH env is: " + os.environ["PYTHONPATH"]) 131 env_python_path = os.environ["PYTHONPATH"] 132 self.pythonpath = env_python_path if its_path in env_python_path else \ 134 os.environ["PYTHONPATH"] = self.pythonpath 135 logging.info("new PYTHONPATH: %s", self.pythonpath)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
getpath.c | 67 #ifndef PYTHONPATH
69 #define PYTHONPATH PREFIX LIBPYTHON sDELIM \
72 #define PYTHONPATH LIBPYTHON
443 preprocessor variable PYTHONPATH is used to construct a path. Each
444 relative path on PYTHONPATH is prefixed with prefix. Then the directory
446 variable $PYTHONPATH is inserted in front of it all. Finally, the
466 char *pythonpath = PYTHONPATH;
local 467 char *rtpypath = Py_GETENV("PYTHONPATH");
583 defpath = pythonpath;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
getpath.c | 74 #ifndef PYTHONPATH
75 #define PYTHONPATH LIBPYTHON
374 preprocessor variable PYTHONPATH is used to construct a path. Each
375 relative path on PYTHONPATH is prefixed with prefix. Then the directory
377 variable $PYTHONPATH is inserted in front of it all. Finally, the
397 char *pythonpath = PYTHONPATH;
local 398 char *rtpypath = Py_GETENV("PYTHONPATH");
514 defpath = pythonpath;
546 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n"); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
getpath.c | 80 * preprocessor variable PYTHONPATH is used to construct a path. Each
81 * relative path on PYTHONPATH is prefixed with prefix. Then the directory
83 * variable $PYTHONPATH is inserted in front of it all. Finally, the
119 #ifndef PYTHONPATH
120 #define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
377 char *pythonpath = PYTHONPATH;
local 378 char *rtpypath = Py_GETENV("PYTHONPATH");
388 char *defpath = pythonpath;
582 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n"); [all...] |
/external/python/cpython2/Modules/ |
getpath.c | 80 * preprocessor variable PYTHONPATH is used to construct a path. Each 81 * relative path on PYTHONPATH is prefixed with prefix. Then the directory 83 * variable $PYTHONPATH is inserted in front of it all. Finally, the 382 char *pythonpath = PYTHONPATH; local 411 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n"); 412 fprintf(stderr, "Using default static PYTHONPATH.\n"); 433 char *rtpypath = Py_GETENV("PYTHONPATH"); 437 char *defpath = pythonpath; 631 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n") [all...] |