Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox.cpp306 CString output_path = pCmdInfo->GetOutputPath(); in InitInstance() local
307 if (!output_path.IsEmpty()) in InitInstance()
312 project->mHeader.resource_path = output_path; in InitInstance()
313 project->mHeader.source_path = output_path; in InitInstance()
314 project->mHeader.header_path = output_path; in InitInstance()
DCommandInfo.h24 CString GetOutputPath() { return output_path; }; in GetOutputPath()
47 CString output_path; variable
DCommandInfo.cpp57 output_path = ""; in CCommandInfo()
237 ReadPathName(argument, output_path); in ReadCommandLineInfo()
249 CString path = output_path; in ReadCommandLineInfo()