OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_target
(Results
1 - 3
of
3
) sorted by null
/system/core/logwrapper/
logwrapper.c
53
int
log_target
= LOG_ALOG;
local
68
log_target
= LOG_KLOG;
84
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,
320
if (abbreviated && (
log_target
== LOG_NONE)) {
327
if (
log_target
& LOG_KLOG) {
332
if ((
log_target
& LOG_FILE) && !file_path) {
334
log_target
&= ~LOG_FILE;
337
if (
log_target
& LOG_FILE)
[
all
...]
/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
69
/* Values for the
log_target
parameter android_fork_execvp_ext() */
97
int
log_target
, bool abbreviated, char *file_path,
Completed in 609 milliseconds