Lines Matching defs:copyWstr
1201 copyWstr(const wchar_t **dest, const wchar_t *src)
1229 int exitCode = copyWstr(&env->company, company);
1234 exitCode = copyWstr(&env->tag, tag);
1426 return copyWstr(dest, buffer);
1475 copyWstr(&env->architecture, fallbackArch);
1485 copyWstr(&env->architecture, L"32bit");
1488 copyWstr(&env->architecture, L"64bit");
1517 copyWstr(&env->displayName, buffer);
1685 copyWstr(&env->architecture, L"64bit");
1687 copyWstr(&env->architecture, L"ARM64");
1690 copyWstr(&env->executablePath, buffer);
1693 copyWstr(&env->displayName, buffer);
1726 int exitCode = copyWstr(&env->executablePath, search->executablePath);
1730 exitCode = copyWstr(&env->displayName, L"Explicit override");
1775 exitCode = copyWstr(&env->displayName, L"Active venv");
1779 exitCode = copyWstr(&env->executablePath, buffer);