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

  /external/dnsmasq/src/
log.c 39 static int log_to_file = 0; variable
72 log_to_file = 1;
97 if (log_to_file && ent_pw && ent_pw->pw_uid != 0 &&
192 if (!log_to_file)
339 if (!log_to_file)
353 if (log_to_file)
  /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/autotest/server/hosts/
paramiko_host.py 20 paramiko.util.log_to_file("/dev/null", paramiko.util.ERROR)

Completed in 278 milliseconds