Searched refs:log_target (Results 1 - 3 of 3) sorted by relevance
/system/core/logwrapper/ |
H A D | logwrapper.c | 53 int log_target = LOG_ALOG; local 68 log_target = LOG_KLOG; 84 log_target, abbreviated, NULL);
|
H A D | 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 293 parent(const char *tag, int parent_read, pid_t pid, int *chld_sts, int log_target, bool abbreviated, char *file_path) argument 475 android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, int log_target, bool abbreviated, char *file_path) argument [all...] |
/system/core/logwrapper/include/logwrap/ |
H A D | logwrap.h | 46 * log_target: Specify where to log the output of the child, either LOG_NONE, 54 * file_path: if log_target has the LOG_FILE bit set, then this parameter 65 /* Values for the log_target parameter android_fork_execvp_ext() */ 72 int log_target, bool abbreviated, char *file_path);
|
Completed in 82 milliseconds