OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGDIR
(Results
1 - 4
of
4
) 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
23
mkdir -p ${
LOGDIR
}
41
if [ $# -eq 0 -a -d ${
LOGDIR
} ]; then
43
exec >>${
LOGDIR
}/${LOGFILE} 2>&1
58
if [ -d ${
LOGDIR
} ]; then
61
rm -f $(ls -r ${
LOGDIR
}/update-*.log | sed '1,14 d')
/external/dbus/bus/
messagebus-config.in
22
LOGDIR
=/var/log
157
# Check for ${
LOGDIR
} directory
158
csih_make_dir "${
LOGDIR
}" "Syslogging using messagebus will not work."
159
chmod 775 "${
LOGDIR
}"
160
setfacl -m u:system:rwx "${
LOGDIR
}"
/external/curl/tests/
runtests.pl
152
my $
LOGDIR
="log";
157
my $SERVERIN="$
LOGDIR
/server.input"; # what curl sent the server
158
my $SERVER2IN="$
LOGDIR
/server2.input"; # what curl sent the second server
159
my $PROXYIN="$
LOGDIR
/proxy.input"; # what curl sent the proxy
160
my $CURLLOG="$
LOGDIR
/curl.log"; # all command lines run
161
my $FTPDCMD="$
LOGDIR
/ftpserver.cmd"; # copy ftp server instructions here
162
my $SERVERLOGS_LOCK="$
LOGDIR
/serverlogs.lock"; # server logs advisor read lock
185
my $memdump="$
LOGDIR
/memdump";
734
my $verifyout = "$
LOGDIR
/".
738
my $verifylog = "$
LOGDIR
/"
[
all
...]
Completed in 1212 milliseconds