Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c797 static COMMAND path_command; variable
809 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
812 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
814 result = &path_command; in find_on_path()
823 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
825 result = &path_command; in find_on_path()