OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logprint
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msplog.h
21
void NTAPI
LogPrint
(DWORD dwDbgLevel,LPCSTR DbgMessage,...);
28
#define LOG(arg) g_bMSPBaseTracingOn?
LogPrint
arg:0
/system/core/logd/
LogAudit.h
42
int
logPrint
(const char *fmt, ...)
LogAudit.cpp
73
logPrint
("type=%d %.*s",
79
int LogAudit::
logPrint
(const char *fmt, ...) {
263
rc =
logPrint
("%s %s", type, audit + 1);
265
rc =
logPrint
("%s", audit + 1);
/system/core/liblog/
Android.bp
35
"
logprint
.c",
Android.mk
33
liblog_target_sources += config_read.c log_time.cpp log_is_loggable.c
logprint
.c
logprint.c
34
#include <log/
logprint
.h>
[
all
...]
/system/core/debuggerd/
tombstone.cpp
41
#include <log/
logprint
.h>
/system/core/logcat/
logcat.cpp
37
#include <log/
logprint
.h>
[
all
...]
/system/core/liblog/tests/
liblog_test.cpp
30
#include <log/
logprint
.h>
[
all
...]
Completed in 2595 milliseconds