Lines Matching refs:outfile
787 CString outfile; in SetOutFile() local
807 …outfile = m_output_filepath + requested_file + _T(".c"); /* output_file_list not 0 means we… in SetOutFile()
815 outfile = requested_file; in SetOutFile()
816 outfile += CString("_") + pCmdInfo->GetSpecificationFileName(); in SetOutFile()
817 …outfile = m_output_filepath + outfile + _T(".c"); /* output_file_list not 0 means we are sp… in SetOutFile()
822 if (outfile.GetAt(1) != ':') in SetOutFile()
825 ConvertToProjectRelativePath(outfile); in SetOutFile()
827 info.pathname = outfile; in SetOutFile()
829 outfile = MakeAbsolutePathname(info); in SetOutFile()
838 if (!outfile.Compare(pathname)) in SetOutFile()
845 if (!CheckOutputFileSecurity(outfile)) in SetOutFile()
851 if (!testfile->Open(outfile, CFile::modeCreate | CFile::modeWrite)) in SetOutFile()
854 … msg.Format(_T("Could not open output file:\n%s\nPlease check resource file path."), outfile); in SetOutFile()