Searched defs:log_path (Results 1 - 20 of 20) sorted by relevance

/external/chromium/base/test/
H A Dperf_test_suite.cc25 FilePath log_path = local
27 if (log_path.empty()) {
30 log_path = exe.ReplaceExtension(FILE_PATH_LITERAL("log"));
31 log_path = log_path.InsertBeforeExtension(FILE_PATH_LITERAL("_perf"));
33 ASSERT_TRUE(InitPerfLog(log_path));
/external/chromium_org/base/test/
H A Dperf_test_suite.cc25 FilePath log_path = local
27 if (log_path.empty()) {
30 log_path = exe.ReplaceExtension(FILE_PATH_LITERAL("log"));
31 log_path = log_path.InsertBeforeExtension(FILE_PATH_LITERAL("_perf"));
33 ASSERT_TRUE(InitPerfLog(log_path));
/external/chromium_org/chrome/browser/net/
H A Dchrome_net_log.cc38 base::FilePath log_path = local
48 file = _wfopen(log_path.value().c_str(), L"w");
50 file = fopen(log_path.value().c_str(), "w");
54 LOG(ERROR) << "Could not open file " << log_path.value()
/external/chromium_org/content/shell/
H A Dshell_net_log.cc40 base::FilePath log_path = local
50 file = _wfopen(log_path.value().c_str(), L"w");
52 file = fopen(log_path.value().c_str(), "w");
56 LOG(ERROR) << "Could not open file " << log_path.value()
/external/chromium/chrome/browser/net/
H A Dnet_log_logger.cc14 NetLogLogger::NetLogLogger(const FilePath &log_path) argument
16 if (!log_path.empty()) {
18 file_.Set(file_util::OpenFile(log_path, "w"));
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.h42 std::string log_path; member in struct:Capabilities
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h40 // Write logs to "log_path.pid" instead of stderr.
41 const char *log_path; member in struct:__sanitizer::CommonFlags
/external/chromium_org/chrome/installer/util/
H A Dlogging_installer.cc124 base::FilePath log_path; local
125 if (PathService::Get(base::DIR_TEMP, &log_path)) {
126 log_path = log_path.Append(log_filename);
127 return log_path;
/external/chromium_org/chrome/installer/tools/
H A Dvalidate_installation_main.cc91 base::FilePath log_path; local
93 if (PathService::Get(base::DIR_TEMP, &log_path))
94 return log_path.Append(kLogFileName_);
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_server.cc239 base::FilePath log_path; local
247 log_path = cmd_line->GetSwitchValuePath("log-path");
265 bool logging_success = InitWebDriverLogging(log_path, kAllLogLevel);
H A Dwebdriver_logging.cc96 base::FilePath log_path(log_name);
97 file_util::ScopedFILE file(file_util::OpenFile(log_path, "w"));
100 log_path = temp_dir.Append(log_name);
102 return new FileLog(log_path, level);
227 bool InitWebDriverLogging(const base::FilePath& log_path, argument
244 if (log_path.empty()) {
248 log = new FileLog(log_path, min_log_level);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.h61 // Write logs to "log_path.pid".
64 const char *log_path; member in struct:__tsan::Flags
/external/chromium/chrome/common/
H A Dlogging_chrome.cc237 FilePath log_path = GetSessionLogFile(command_line); local
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(); local
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
402 FilePath log_path; local
[all...]
/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc238 base::FilePath log_path = GetSessionLogFile(command_line); local
244 base::FilePath target_path = SetUpSymlinkIfNeeded(log_path, true);
255 settings.log_file = log_path.value().c_str();
258 DLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
259 RemoveSymlinkAndLog(log_path, target_path);
274 base::FilePath log_path; local
282 log_path = GetLogFileName();
289 log_path = GetSessionLogFile(command_line);
295 log_path, delete_old_log_file == logging::DELETE_OLD_LOG_FILE);
313 settings.log_file = log_path
407 base::FilePath log_path; local
[all...]
/external/chromium_org/chrome/test/chromedriver/server/
H A Dchromedriver_server.cc185 base::FilePath log_path; local
219 log_path = cmd_line->GetSwitchValuePath("log-path");
221 FILE* redir_stderr = _wfreopen(log_path.value().c_str(), L"w", stderr);
223 FILE* redir_stderr = freopen(log_path.value().c_str(), "w", stderr);
/external/chromium_org/chrome_frame/test/reliability/
H A Dpage_load_test.cc367 void SaveDebugLog(const base::FilePath& log_path, const std::wstring& log_id, argument
369 if (!log_path.empty()) {
371 ConstructSavedDebugLogPath(log_path, index);
372 if (base::Move(log_path, saved_log_file_path)) {
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc216 std::wstring log_path = host->OnShowBrowseForLogFileDlg(dialog); local
217 if (log_path.length() > 0) {
220 ::SetWindowText(edit_box_log_file, log_path.c_str());
/external/chromium_org/chrome/test/reliability/
H A Dpage_load_test.cc634 void SaveDebugLog(const base::FilePath& log_path, const std::wstring& log_id, argument
636 if (!log_path.empty()) {
638 ConstructSavedDebugLogPath(log_path, index);
639 if (base::Move(log_path, saved_log_file_path)) {
/external/chromium_org/chrome/app/
H A Dbreakpad_linux.cc589 char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1)); local
590 my_memcpy(log_path, minidump.path(), log_path_len);
591 my_memcpy(log_path + log_path_len - 4, ".log", 4);
592 log_path[log_path_len] = '\0';
593 info.log_filename = log_path;
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc310 // - log_path: where the log file was saved in the case of success;
312 typedef base::Callback<void(const base::FilePath& log_path,
427 void OnStoreDebugLogsCompleted(const base::FilePath& log_path,
1584 const base::FilePath& log_path, bool succeeded) {
1587 status = "Created log file: " + log_path.BaseName().AsUTF8Unsafe();
1583 OnStoreDebugLogsCompleted( const base::FilePath& log_path, bool succeeded) argument

Completed in 1609 milliseconds