Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_generator.cpp787 CString outfile; in SetOutFile() local
807outfile = 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()
817outfile = 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()
[all …]
Dresource_gen.cpp179 CString outfile = m_project->mHeader.resource_path; in SetOutFile() local
180 if (outfile.GetAt(outfile.GetLength() - 1) != '\\') in SetOutFile()
182 outfile += '\\'; in SetOutFile()
184 outfile += filename; in SetOutFile()
186 if (outfile.GetAt(1) != ':') in SetOutFile()
188 ConvertToProjectRelativePath(outfile); in SetOutFile()
190 info.pathname = outfile; in SetOutFile()
193 outfile = MakeAbsolutePathname(info); in SetOutFile()
196 if (!CheckOutputFileSecurity(outfile, binary_mode)) in SetOutFile()
207 if (!outfile.Compare(pathname)) in SetOutFile()
[all …]
Dscreen_generator.h86 bool SetOutFile(CString &outfile);
Dstudiox_util.h43 void WriteToDosFile(CFile &outfile, CString &out);
Dstudiox_util.cpp392 void WriteToDosFile(CFile &outfile, CString &out) in WriteToDosFile() argument
414 outfile.Write(dos.GetBuffer(), dos.GetLength()); in WriteToDosFile()
/GUIX-v6.2.1/guix_studio/libs/libjpeg/include/
Djpeglib.h916 EXTERN(void) jpeg_stdio_dest(j_compress_ptr cinfo, FILE *outfile);