Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c766 static COMMAND path_command; variable
778 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
781 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
783 result = &path_command; in find_on_path()
792 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
794 result = &path_command; in find_on_path()