HomeSort by relevance Sort by last modified time
    Searched refs:PySys_SetPath (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
sysmodule.h 15 PyAPI_FUNC(void) PySys_SetPath(char *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
sysmodule.h 15 PyAPI_FUNC(void) PySys_SetPath(char *);
  /external/python/cpython2/Include/
sysmodule.h 15 PyAPI_FUNC(void) PySys_SetPath(char *);
  /external/python/cpython3/Include/
sysmodule.h 19 PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 235 PySys_SetPath(Py_GetPath());
616 PySys_SetPath(Py_GetPath());
    [all...]
sysmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 223 PySys_SetPath(Py_GetPath());
603 PySys_SetPath(Py_GetPath());
    [all...]
sysmodule.c     [all...]
  /external/python/cpython2/Python/
pythonrun.c 256 PySys_SetPath(Py_GetPath());
624 PySys_SetPath(Py_GetPath());
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Python/
sysmodule.c     [all...]

Completed in 1895 milliseconds