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

  /system/core/logwrapper/include/logwrap/
logwrap.h 47 * log_target: Specify where to log the output of the child, either LOG_NONE,
55 * file_path: if log_target has the LOG_FILE bit set, then this parameter
68 /* Values for the log_target parameter android_fork_execvp_ext() */
76 int log_target, bool abbreviated, char *file_path, void* unused_opts,
  /system/core/logwrapper/
logwrapper.c 52 int log_target = LOG_ALOG; local
67 log_target = LOG_KLOG;
83 log_target, abbreviated, NULL, NULL, 0);
logwrap.c 92 int log_target; member in struct:log_info
159 if (log_info->log_target & LOG_KLOG) {
162 if (log_info->log_target & LOG_ALOG) {
165 if (log_info->log_target & LOG_FILE) {
294 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
319 if (abbreviated && (log_target == LOG_NONE)) {
326 if (log_target & LOG_KLOG) {
331 if ((log_target & LOG_FILE) && !file_path) {
333 log_target &= ~LOG_FILE;
336 if (log_target & LOG_FILE)
    [all...]

Completed in 1950 milliseconds