Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp171 ReadPathName(argument, log_pathname); in ReadCommandLineInfo()
245 if (!log_pathname.IsEmpty()) in ReadCommandLineInfo()
247 if (log_pathname.GetAt(1) != ':') in ReadCommandLineInfo()
265 log_pathname = ConcatPathNames(path, log_pathname); in ReadCommandLineInfo()
269 log_file = _tfopen(log_pathname, _T("a")); in ReadCommandLineInfo()
DCommandInfo.h41 CString log_pathname; variable