OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGDIR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/backup/
backup_stress_test.sh
20
LOGDIR
="$HOME/backup_tests"
21
LOGFILE="$
LOGDIR
/backup_stress.`date +%s`.log"
22
export BUGREPORT_DIR="$
LOGDIR
/bugreports"
25
mkdir -p $
LOGDIR
$BUGREPORT_DIR
/external/autotest/contrib/
run-stable-update
9
LOGDIR
=logs/stable-version
24
mkdir -p ${
LOGDIR
}
42
if [ $# -eq 0 -a -d ${
LOGDIR
} ]; then
44
exec >>${
LOGDIR
}/${LOGFILE} 2>&1
59
if [ -d ${
LOGDIR
} ]; then
62
rm -f $(ls -r ${
LOGDIR
}/update-*.log | sed '1,14 d')
/external/curl/tests/
runtests.pl
159
my $
LOGDIR
="log";
164
my $SERVERIN="$
LOGDIR
/server.input"; # what curl sent the server
165
my $SERVER2IN="$
LOGDIR
/server2.input"; # what curl sent the second server
166
my $PROXYIN="$
LOGDIR
/proxy.input"; # what curl sent the proxy
167
my $CURLLOG="$
LOGDIR
/curl.log"; # all command lines run
168
my $FTPDCMD="$
LOGDIR
/ftpserver.cmd"; # copy ftp server instructions here
169
my $SERVERLOGS_LOCK="$
LOGDIR
/serverlogs.lock"; # server logs advisor read lock
192
my $memdump="$
LOGDIR
/memdump";
625
$valgrindcmd .= "${valgrind_logfile}=$
LOGDIR
/valgrind$testnum";
651
my @e = valgrindparse("$
LOGDIR
/valgrind$testnum")
[
all
...]
Completed in 262 milliseconds