Home | History | Annotate | Download | only in bootstrap

Lines Matching refs:defaultDir

263         LPWSTR defaultDir = nullptr;
364 &defaultDir
367 if (SUCCEEDED(hr) && defaultDir) {
369 if (defaultDir[0] && SUCCEEDED(BalFormatString(defaultDir, &formatted))) {
371 ReleaseStr(defaultDir);
372 defaultDir = nullptr;
378 &defaultDir
380 if (SUCCEEDED(hr) && defaultDir && defaultDir[0] && SUCCEEDED(BalFormatString(defaultDir, &formatted))) {
389 ReleaseStr(defaultDir);
652 LPWSTR targetDir = nullptr, defaultDir = nullptr;
2957 LPWSTR targetDir = nullptr, defaultDir = nullptr;
2968 &defaultDir
2972 if (!defaultDir || !defaultDir[0]) {
2976 hr = BalFormatString(defaultDir, &targetDir);
2977 BalExitOnFailure1(hr, "Failed to format '%ls'", defaultDir);
2983 ReleaseStr(defaultDir);