Home
last modified time | relevance | path

Searched defs:log_info (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/logging/logwrapper/
H A Dlogwrap.cpp94 struct log_info { struct
95 int log_target;
96 char klog_fmt[MAX_KLOG_TAG * 2];
97 const char* btag;
98 bool abbreviated;
99 FILE* fp;
100 struct abbr_buf a_buf;
157 static void do_log_line(struct log_info* log_info, const char* line) { in do_log_line()
172 static void log_line(struct log_info* log_info, char* line, int len) { in log_line()
246 static void print_abbr_buf(struct log_info* log_info) { in print_abbr_buf()
[all …]
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceMapping.cpp119 LogInfo& log_info) { in FromContainers()
H A DIdmap.cpp337 LogInfo log_info; in FromContainers() local
/aosp12/system/logging/logd/
H A DLogAudit.cpp221 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint() local
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp71 LogInfo log_info; in TestGetResourceMapping() local
H A DIdmapTests.cpp392 LogInfo log_info; in TestIdmapDataFromApkAssets() local
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py63 def log_info(msg: str): function
/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c21 #define log_info(fmt, ...) if (logging_verbose ) { log_msg(stdout, "Info: ", fmt, ##__VA_ARGS__); } macro