Searched refs:search_paths (Results 1 – 1 of 1) sorted by relevance
754 const WCHAR *search_paths[3] = {0}; in SHELL_FindExecutable() local814 search_paths[0] = lpPath; in SHELL_FindExecutable()815 search_paths[1] = curdir; in SHELL_FindExecutable()818 search_paths[0] = curdir; in SHELL_FindExecutable()820 if (PathResolveW(xlpFile, search_paths, PRF_TRYPROGRAMEXTENSIONS | PRF_VERIFYEXISTS)) in SHELL_FindExecutable()