Lines Matching defs:join
189 join(wchar_t *buffer, size_t bufferLength, const wchar_t *fragment)
844 join(iniPath, MAXLEN, L"py.ini")) {
858 join(iniPath, MAXLEN, L"py.ini")) {
1662 !join(buffer, MAXLEN, L"Microsoft\\WindowsApps") ||
1663 !join(buffer, MAXLEN, packageFamilyName) ||
1664 !join(buffer, MAXLEN, exeName)) {
1760 if (!n || !join(buffer, MAXLEN, L"Scripts") || !join(buffer, MAXLEN, search->executable)) {
2039 join(command, MAXLEN, WINGET_COMMAND) &&
2366 exitCode = join(buffer, bufferLength, executable) ? 0 : RC_NO_MEMORY;
2374 exitCode = join(buffer, bufferLength, executable) ? 0 : RC_NO_MEMORY;