Lines Matching refs:destination
105 int destination;
718 // destination: TBEW
750 entry.destination = FileData::TargetDir;
753 entry.destination = FileData::BinDir;
756 entry.destination = FileData::EtcDir;
759 entry.destination = FileData::WinSystem;
814 destFile = DestDir(fd->destination) + "\\" + fd->filename;
863 destFile = DestDir(fd->destination) + "\\" + fd->filename;
1577 CString CBINDInstallDlg::DestDir(int destination) {
1578 switch(destination) {