Home
last modified time | relevance | path

Searched refs:Py_GetPath (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h106 PyAPI_FUNC(char *) Py_GetPath(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h106 PyAPI_FUNC(char *) Py_GetPath(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c621 Py_GetPath(void) in Py_GetPath() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c690 Py_GetPath(void) in Py_GetPath() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c663 Py_GetPath(void) in Py_GetPath() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c52 extern char *Py_GetPath(void);
223 PySys_SetPath(Py_GetPath()); in Py_InitializeEx()
603 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c52 extern char *Py_GetPath(void);
235 PySys_SetPath(Py_GetPath()); in Py_InitializeEx()
616 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()