Searched refs:tmppathW (Results 1 – 1 of 1) sorted by relevance
446 WCHAR *tmpfileW, *tmppathW, *p; in cabinet_copy_file() local451 if (!(tmppathW = wcsdup(path))) return ERROR_OUTOFMEMORY; in cabinet_copy_file()452 if ((p = wcsrchr(tmppathW, '\\'))) *p = 0; in cabinet_copy_file()453 len = lstrlenW( tmppathW ) + 16; in cabinet_copy_file()456 free( tmppathW ); in cabinet_copy_file()459 … if (!msi_get_temp_file_name( data->package, tmppathW, L"msi", tmpfileW )) tmpfileW[0] = 0; in cabinet_copy_file()460 free( tmppathW ); in cabinet_copy_file()