HomeSort by relevance Sort by last modified time
    Searched defs:Py_GetPrefix (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/RISCOS/Modules/
getpath_riscos.c 39 Py_GetPrefix()
  /external/python/cpython2/PC/os2emx/
getpathp.c 399 Py_GetPrefix(void)
409 return Py_GetPrefix();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 7 Py_GetPrefix returns PREFIX
698 Py_GetPrefix(void)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 18 Py_GetPrefix returns PREFIX
629 Py_GetPrefix(void)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 525 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
671 Py_GetPrefix(void)
  /external/python/cpython2/Modules/
getpath.c 574 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
723 Py_GetPrefix(void)
  /external/python/cpython2/PC/
getpathp.c 695 Py_GetPrefix(void)
705 return Py_GetPrefix();
  /external/python/cpython2/PC/os2vacpp/
getpathp.c 458 Py_GetPrefix(void)
  /external/python/cpython3/Modules/
getpath.c 680 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
853 Py_GetPrefix(void)
  /external/python/cpython3/PC/
getpathp.c 908 Py_GetPrefix(void)
918 return Py_GetPrefix();
958 wcscpy(py3path, Py_GetPrefix());

Completed in 249 milliseconds