Home
last modified time | relevance | path

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

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1235 char bound_image_dll[_MAX_PATH]; variable
1270 strcpy(bound_image_dll, fname); in StatusRoutine()
1348 bound_image_dll[0] = '\0'; in CheckPythonExe()
1355 if (bound_image_dll[0] == '\0') in CheckPythonExe()
1365 get_sys_prefix(pathname, bound_image_dll); in CheckPythonExe()