Home
last modified time | relevance | path

Searched defs:lib_python (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dgetpath.c112 static char lib_python[] = ANDROID_LIB_PYTHON_PATH; variable
114 static char lib_python[] = "lib/python" VERSION; variable
/external/python/cpython3/Modules/
Dgetpath.c125 wchar_t *lib_python; /* "lib/pythonX.Y" */ member