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

  /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;
  /external/libchrome/base/
logging.h 157 LOG_TO_FILE = 1 << 0,
160 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,
166 LOG_DEFAULT = LOG_TO_FILE,
196 // The three settings below have an effect only when LOG_TO_FILE is
    [all...]

Completed in 115 milliseconds