Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c113 static char lib_python[] = ANDROID_LIB_PYTHON_PATH; variable
115 static char lib_python[] = "lib/python" VERSION; variable
/external/python/cpython3/Modules/
Dgetpath.c134 wchar_t *lib_python; /* <platlibdir> / "pythonX.Y" */ member
1136 wchar_t *lib_python = joinpath2(parent, calculate->lib_python); in calculate_argv0_path_framework() local