HomeSort by relevance Sort by last modified time
    Searched refs:LOG_NONE (Results 1 - 7 of 7) sorted by null

  /system/core/logwrapper/include/logwrap/
logwrap.h 46 * log_target: Specify where to log the output of the child, either LOG_NONE,
62 #define LOG_NONE 0
77 (logwrap ? LOG_ALOG : LOG_NONE), false);
  /external/chromium/base/
logging_win.cc 17 LogEventProvider::LogEventProvider() : old_log_level_(LOG_NONE) {
logging.cc 391 if (logging_destination == LOG_NONE ||
600 if (logging_destination != LOG_NONE &&
logging.h 151 enum LoggingDestination { LOG_NONE,
    [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 240 g_proxy_config.log_destination_ = logging::LOG_NONE;
245 if (g_proxy_config.log_destination_ == logging::LOG_NONE) {
  /external/chromium/chrome/common/
logging_chrome.cc 156 log_mode = logging::LOG_NONE;
  /system/core/logwrapper/
logwrap.c 319 if (abbreviated && (log_target == LOG_NONE)) {

Completed in 8257 milliseconds