Home | History | Annotate | Download | only in common

Lines Matching refs:log_path

237   FilePath log_path = GetSessionLogFile(command_line);
243 FilePath target_path = SetUpSymlinkIfNeeded(log_path, true);
252 if (!InitLogging(log_path.value().c_str(),
257 LOG(ERROR) << "Unable to initialize logging to " << log_path.value();
258 RemoveSymlinkAndLog(log_path, target_path);
276 FilePath log_path = GetLogFileName();
283 log_path = GetSessionLogFile(command_line);
289 log_path, delete_old_log_file == logging::DELETE_OLD_LOG_FILE);
302 bool success = InitLogging(log_path.value().c_str(),
310 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
312 RemoveSymlinkAndLog(log_path, target_path);
318 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
402 FilePath log_path;
404 if (PathService::Get(chrome::DIR_LOGS, &log_path)) {
405 log_path = log_path.Append(log_filename);
406 return log_path;