Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dscreen_generator.cpp790 CFile *testfile; in SetOutFile() local
834 testfile = output_file_list.GetAt(index); in SetOutFile()
836 pathname = testfile->GetFilePath(); in SetOutFile()
840 m_outfile = testfile; in SetOutFile()
850 testfile = new CFile(); in SetOutFile()
851 if (!testfile->Open(outfile, CFile::modeCreate | CFile::modeWrite)) in SetOutFile()
856 delete testfile; in SetOutFile()
859 output_file_list.Add(testfile); in SetOutFile()
860 m_outfile = testfile; in SetOutFile()
3501 CFile *testfile; in WriteExternWidgetsToDefaultFile() local
[all …]