OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_filename_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/net/
net_log_temp_file.h
111
// Updates |log_path_| with base::FilePath to |
log_filename_
| in the
123
base::FilePath::StringType
log_filename_
;
member in class:NetLogTempFile
net_log_temp_file.cc
18
log_filename_
(FILE_PATH_LITERAL("chrome-net-export-log.json")),
144
log_path_ = temp_dir.Append(
log_filename_
);
net_log_temp_file_unittest.cc
70
net_log_temp_file_->
log_filename_
= net_export_log_.BaseName().value();
/external/chromium_org/tools/cygprofile/
cygprofile.cc
122
std::string
log_filename_
;
member in class:cygprofile::CygTlsLog
272
tls_current_log->
log_filename_
.clear();
323
if (
log_filename_
.empty()) {
328
log_filename_
= buf;
329
unlink(
log_filename_
.c_str());
332
int file = open(
log_filename_
.c_str(), O_CREAT | O_WRONLY | O_APPEND, 00600);
/external/chromium/net/tools/flip_server/
flip_config.h
90
std::string
log_filename_
;
member in class:net::FlipConfig
flip_in_mem_edsm_server.cc
244
g_proxy_config.
log_filename_
= cl.GetSwitchValueASCII("logfile");
275
InitLogging(g_proxy_config.
log_filename_
.c_str(),
283
LOG(INFO) << "Log file : " << g_proxy_config.
log_filename_
;
/external/chromium_org/net/tools/flip_server/
flip_config.h
89
std::string
log_filename_
;
member in class:net::FlipConfig
flip_in_mem_edsm_server.cc
237
g_proxy_config.
log_filename_
= cl.GetSwitchValueASCII("logfile");
268
settings.log_file = g_proxy_config.
log_filename_
.c_str();
274
LOG(INFO) << "Log file : " << g_proxy_config.
log_filename_
;
Completed in 2778 milliseconds