Searched defs:log_target (Results 1 - 2 of 2) sorted by relevance

/system/core/logwrapper/
H A Dlogwrapper.c52 int log_target = LOG_ALOG; local
67 log_target = LOG_KLOG;
83 log_target, abbreviated, NULL, NULL, 0);
H A Dlogwrap.c92 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
476 android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, int log_target, bool abbreviated, char *file_path, void *unused_opts, int unused_opts_len) argument
[all...]

Completed in 49 milliseconds