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

  /system/update_engine/
main.cc 92 log_settings.logging_dest = logging::LOG_TO_FILE;
  /external/libchrome/base/
logging.cc 284 if ((g_logging_destination & LOG_TO_FILE) != 0) {
382 if ((g_logging_destination & LOG_TO_FILE) == 0)
711 if ((g_logging_destination & LOG_TO_FILE) != 0) {
931 return g_logging_destination & LOG_TO_FILE;
logging.h 184 LOG_TO_FILE = 1 << 0,
187 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,
193 LOG_DEFAULT = LOG_TO_FILE,
223 // The three settings below have an effect only when LOG_TO_FILE is
    [all...]
  /external/libvncserver/client_examples/
SDLvncviewer.c 321 #define LOG_TO_FILE
324 #ifdef LOG_TO_FILE
327 log_to_file(const char *format, ...) function
487 #ifdef LOG_TO_FILE
488 rfbClientLog=rfbClientErr=log_to_file;

Completed in 494 milliseconds