Lines Matching refs:path
387 // if known/discovered, the full executable path of our runtime
884 wchar_t *path = allocSearchInfoBuffer(search, n + 1);
885 if (!path) {
888 wcscpy_s(path, n + 1, buffer);
889 search->executablePath = path;
936 wchar_t *path = allocSearchInfoBuffer(search, n + 1);
937 if (!path) {
940 wcscpy_s(path, n + 1, buffer);
941 search->executablePath = path;
1108 // as the executable path
1550 // Missing windowed path or non-windowed request means we use ExecutablePath
1562 debug(L"# %s/%s has no executable path\n", env->company, env->tag);
2335 // If we have an executable path, put it at the start of the command, but