Home | History | Annotate | Download | only in Commands

Lines Matching defs:log_file

122             log_file (),
141 case 'f': log_file.SetFile(option_arg, true); break;
161 log_file.Clear();
177 FileSpec log_file;
194 char log_file[PATH_MAX];
195 if (m_options.log_file)
196 m_options.log_file.GetPath(log_file, sizeof(log_file));
198 log_file[0] = '\0';
201 log_file,