Home
last modified time | relevance | path

Searched refs:exe_display (Results 1 - 1 of 1) sorted by relevance

/third_party/python/PC/
H A Dlauncher.c175 wchar_t exe_display[MAX_PATH]; member
383 wcscpy_s(ip->exe_display, MAX_PATH, name+1); in _locate_pythons_for_key()
389 if (!ip->exe_display[0]) { in _locate_pythons_for_key()
390 wcscpy_s(ip->exe_display, MAX_PATH, ip->executable); in _locate_pythons_for_key()
1615 if (ip->exe_display[0]) { in show_python_list()
1616 fwprintf(stdout, fmt, version, ip->exe_display); in show_python_list()

Completed in 4 milliseconds