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

  /system/core/logwrapper/
logwrapper.c 52 int log_target = LOG_ALOG; local
67 log_target = LOG_KLOG;
83 log_target, abbreviated);
logwrap.c 92 int log_target; member in struct:log_info
161 if (log_info->log_target == LOG_KLOG) {
163 } else if (log_info->log_target == LOG_ALOG) {
293 int *chld_sts, int log_target, bool abbreviated) {
312 log_info.log_target = log_target;
319 if (abbreviated && (log_target == LOG_NONE)) {
326 if (log_target == LOG_KLOG) {
454 int log_target, bool abbreviated) {
526 rc = parent(argv[0], parent_ptty, pid, status, log_target, abbreviated)
    [all...]
  /system/core/logwrapper/include/logwrap/
logwrap.h 46 * log_target: Specify where to log the output of the child, either LOG_NONE,
61 /* Values for the log_target parameter android_fork_exec_ext() */
67 int log_target, bool abbreviated);

Completed in 27 milliseconds