Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c10762 static int has_ShellExecute = -1; variable
10771 if (-1 == has_ShellExecute) { in check_ShellExecute()
10782 has_ShellExecute = Py_ShellExecuteW != NULL; in check_ShellExecute()
10784 has_ShellExecute = 0; in check_ShellExecute()
10787 return has_ShellExecute; in check_ShellExecute()