Searched refs:cmd_ptr (Results 1 – 1 of 1) sorted by relevance
363 LPCWSTR cmd_ptr = szCommandLine; in MSI_ApplyPatchW() local374 cmd_ptr = L""; in MSI_ApplyPatchW()376 size = lstrlenW(cmd_ptr) + lstrlenW(L"%s PATCH=\"%s\"") + lstrlenW(szPatchPackage) + 1; in MSI_ApplyPatchW()383 swprintf(cmd, size, L"%s PATCH=\"%s\"", cmd_ptr, szPatchPackage); in MSI_ApplyPatchW()