OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGFILE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/backup/
backup_stress_test.sh
21
LOGFILE
="$LOGDIR/backup_stress.`date +%s`.log"
27
echo "
logfile
is $
LOGFILE
"
63
done) > "$
LOGFILE
"
/external/dnsmasq/contrib/port-forward/
dnsmasq-portforward
6
# It logs to $
LOGFILE
, if it exists, and maintains port-forwards using
15
# To enable logging, touch $
LOGFILE
19
LOGFILE
=/var/log/dhcp.log
26
if [ -f ${
LOGFILE
} ] ; then
27
date +"%D %T $*" >>${
LOGFILE
}
60
if [ -f ${
LOGFILE
} ] ; then
61
echo " DNAT $protocol $src to ${3}:$dst ${verb}." >>${
LOGFILE
}
Completed in 15 milliseconds