Lines Matching defs:installDir
1191 const wchar_t *installDir;
1250 free((void *)env->installDir);
1414 _combineWithInstallDir(const wchar_t **dest, const wchar_t *installDir, const wchar_t *fragment, int fragmentLength)
1422 if (FAILED(PathCchCombineEx(buffer, MAXLEN, installDir, fragmentBuffer, PATHCCH_ALLOW_LONG_PATHS))) {
1456 env->installDir,
1527 int exitCode = _registryReadString(&env->installDir, root, L"InstallPath", NULL);
1531 if (!env->installDir) {
2213 } else if (env->installDir && env->installDir[0]) {
2214 fwprintf(out, L" %-*s %s\n", TAGWIDTH, argument, env->installDir);
2337 // Otherwise, use the environment's installDir and the search's default
2350 if (!launch->installDir) {
2361 if ((wcschr(launch->installDir, L' ') && launch->installDir[0] != L'"') ||
2364 exitCode = wcscpy_s(&buffer[1], bufferLength - 1, launch->installDir);
2372 exitCode = wcscpy_s(buffer, bufferLength, launch->installDir);