OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGFILE
(Results
1 - 5
of
5
) 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
}
/external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java
54
UsesMocksProcessor.
LOGFILE
,
58
public static final String
LOGFILE
= "
logfile
";
122
logger = new ProcessorLogger(processingEnv.getOptions().get(
LOGFILE
), processingEnv);
/ndk/build/core/
ndk-common.sh
739
local
LOGFILE
="$1"
753
if [ ! -f "${
LOGFILE
}" ] ; then
769
if [ -f "${
LOGFILE
}${old}" ] ; then
770
mv -f "${
LOGFILE
}${old}" "${
LOGFILE
}-${ver}"
/external/clang/www/demo/
index.cgi
19
my $
LOGFILE
= "$ROOT/log.txt";
69
open( LOG, ">>$
LOGFILE
" );
Completed in 971 milliseconds