Home
last modified time | relevance | path

Searched refs:log_prefix (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dlogsinks.cc21 const std::string& log_prefix, in FileRotatingLogSink() argument
25 log_prefix, in FileRotatingLogSink()
Dlogsinks.h30 const std::string& log_prefix,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c861 static const char *log_prefix = "Mesa: "; in init_logging() local
865 util_snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
866 "%s%s", log_prefix, svga_get_name(screen)); in init_logging()
869 util_snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
874 , log_prefix, PACKAGE_VERSION); in init_logging()
883 util_snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging()
884 "%s%s", log_prefix, cmdline); in init_logging()
/external/autotest/site_utils/
Dtest_push.py463 log_prefix = '%s.log.' % service
464 respawn_count = sum(1 for l in logs if l.startswith(log_prefix)
465 and start_time <= _parse(log_prefix, l) <= curr_time)