Searched refs:log_dir (Results 1 – 5 of 5) sorted by relevance
216 FilePath log_dir; in GetSessionLogFile() local221 log_dir = FilePath(log_dir_str); in GetSessionLogFile()223 PathService::Get(chrome::DIR_USER_DATA, &log_dir); in GetSessionLogFile()226 log_dir = log_dir.Append(login_profile); in GetSessionLogFile()228 return log_dir.Append(GetLogFileName().BaseName()); in GetSessionLogFile()
132 if opts.log_dir:133 stdout_log_path = os.path.join(opts.log_dir, '%s.out' % index)134 stderr_log_path = os.path.join(opts.log_dir, '%s.err' % index)292 if opts.log_dir:293 if not os.path.exists(opts.log_dir):295 os.mkdir(opts.log_dir)
36 def initialize(port, config_path, log_dir, test_dir, watchdog_timer, scan_timer) argument40 @log_dir = log_dir41 @server_log_path = "#{log_dir}/iexploder_webserver-#{port}.log"42 @client_log_path = "#{log_dir}/iexploder_harness-#{port}.log"
110 FilePath log_dir(kLogPath); in GetTime() local111 FilePath log_file = log_dir.Append(log); in GetTime()186 FilePath log_dir(kLogPath); in GetBootTimes() local187 FilePath log_file = log_dir.Append(kFirmwareBootTime); in GetBootTimes()
66 change test_dir and log_dir default to ../output