HomeSort by relevance Sort by last modified time
    Searched refs:log_to_file (Results 1 - 7 of 7) 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/toolchain-utils/binary_search_tool/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None): function
226 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
294 log_to_file(log_file, execargs, '? compiler', full_obj_path)
  /prebuilts/clang/host/darwin-x86/clang-3688880/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None): function
226 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
294 log_to_file(log_file, execargs, '? compiler', full_obj_path)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None): function
226 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
297 log_to_file(log_file, execargs, '? compiler', full_obj_path)
  /prebuilts/clang/host/linux-x86/clang-3688880/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None): function
226 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
294 log_to_file(log_file, execargs, '? compiler', full_obj_path)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None): function
226 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
297 log_to_file(log_file, execargs, '? compiler', full_obj_path)
  /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 795 milliseconds