OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log_print
(Results
1 - 3
of
3
) sorted by null
/development/tools/labpretest/
labpretest.sh
52
log_print
()
function
78
log_print
"checking battery level"
84
log_print
"Battery is low, waiting for charge"
92
log_print
"resuming test run with battery level at $battery%"
94
log_print
"resuming test run with battery level at $battery%"
119
log_print
"device time out after $loop iterations"
122
log_print
"device returned and available"
139
log_print
"rebooting into bootloader and waiting for availability via fastboot"
157
log_print
"rebooting into bootloader and waiting for availability via fastboot"
176
log_print
"rebooting and waiting for availability via adb
[
all
...]
/external/ipsec-tools/src/racoon/
logger.c
122
log_print
(p, str)
function
254
log_print
(l, "hoge\n");
/external/mtpd/
mtpd.c
66
log_print
(INFO, "Using protocol %s", p->name);
92
log_print
(INFO, "Sending signal to pppd (pid = %d)", pppd_pid);
110
log_print
(DEBUG, "Waiting for control socket");
112
log_print
(FATAL, "Cannot get control socket");
123
log_print
(FATAL, "Cannot get argument length");
138
log_print
(FATAL, "Cannot get argument value");
145
log_print
(DEBUG, "Received %d arguments", i - 1);
169
log_print
(FATAL, "Pipe() %s", strerror(errno));
193
log_print
(FATAL, "Poll() %s", strerror(errno));
211
log_print
(INFO, "Received signal %d", signal)
229
void
log_print
(int level, char *format, ...)
function
[
all
...]
Completed in 52 milliseconds