Searched defs:abbreviated (Results 1 - 2 of 2) sorted by relevance
/system/core/logwrapper/ |
H A D | logwrapper.c | 41 "-a: Causes logwrapper to do abbreviated logging.\n" 53 bool abbreviated = false; local 61 abbreviated = true; 83 log_target, abbreviated, NULL);
|
H A D | logwrap.c | 83 /* A structure to hold all the abbreviated buf data */ 95 bool abbreviated; member in struct:log_info 173 /* Log to either the abbreviated buf, or directly to the specified log 177 if (log_info->abbreviated) { 256 /* Add the abbreviated output to the kernel log */ 298 int *chld_sts, int log_target, bool abbreviated, char *file_path) { 323 if (abbreviated && (log_target == LOG_NONE)) { 324 abbreviated = 0; 326 if (abbreviated) { 352 log_info.abbreviated 297 parent(const char *tag, int parent_read, pid_t pid, int *chld_sts, int log_target, bool abbreviated, char *file_path) argument 479 android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, int log_target, bool abbreviated, char *file_path) argument [all...] |
Completed in 68 milliseconds